Uses of Class
com.amazonaws.services.cloudtrail.model.RemoveTagsRequest
Packages that use RemoveTagsRequest
-
Uses of RemoveTagsRequest in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail with parameters of type RemoveTagsRequestModifier and TypeMethodDescriptionAbstractAWSCloudTrail.removeTags
(RemoveTagsRequest request) AWSCloudTrail.removeTags
(RemoveTagsRequest removeTagsRequest) Removes the specified tags from a trail.AWSCloudTrailClient.removeTags
(RemoveTagsRequest removeTagsRequest) Removes the specified tags from a trail.AbstractAWSCloudTrailAsync.removeTagsAsync
(RemoveTagsRequest request) AbstractAWSCloudTrailAsync.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) AWSCloudTrailAsync.removeTagsAsync
(RemoveTagsRequest removeTagsRequest) Removes the specified tags from a trail.AWSCloudTrailAsync.removeTagsAsync
(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Removes the specified tags from a trail.AWSCloudTrailAsyncClient.removeTagsAsync
(RemoveTagsRequest request) AWSCloudTrailAsyncClient.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudtrail with type arguments of type RemoveTagsRequestModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) AWSCloudTrailAsync.removeTagsAsync
(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Removes the specified tags from a trail.AWSCloudTrailAsyncClient.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) -
Uses of RemoveTagsRequest in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return RemoveTagsRequestModifier and TypeMethodDescriptionRemoveTagsRequest.clone()
RemoveTagsRequest.withResourceId
(String resourceId) Specifies the ARN of the trail from which tags should be removed.RemoveTagsRequest.withTagsList
(Tag... tagsList) Specifies a list of tags to be removed.RemoveTagsRequest.withTagsList
(Collection<Tag> tagsList) Specifies a list of tags to be removed.