Uses of Class
com.amazonaws.services.cloudtrail.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest Package Description com.amazonaws.services.cloudtrail com.amazonaws.services.cloudtrail.model -
-
Uses of RemoveTagsRequest in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail with parameters of type RemoveTagsRequest Modifier and Type Method Description RemoveTagsResultAbstractAWSCloudTrail. removeTags(RemoveTagsRequest request)RemoveTagsResultAWSCloudTrail. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified tags from a trail.RemoveTagsResultAWSCloudTrailClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified tags from a trail.Future<RemoveTagsResult>AbstractAWSCloudTrailAsync. removeTagsAsync(RemoveTagsRequest request)Future<RemoveTagsResult>AbstractAWSCloudTrailAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Future<RemoveTagsResult>AWSCloudTrailAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest)Removes the specified tags from a trail.Future<RemoveTagsResult>AWSCloudTrailAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Removes the specified tags from a trail.Future<RemoveTagsResult>AWSCloudTrailAsyncClient. removeTagsAsync(RemoveTagsRequest request)Future<RemoveTagsResult>AWSCloudTrailAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Method parameters in com.amazonaws.services.cloudtrail with type arguments of type RemoveTagsRequest Modifier and Type Method Description Future<RemoveTagsResult>AbstractAWSCloudTrailAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Future<RemoveTagsResult>AWSCloudTrailAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Removes the specified tags from a trail.Future<RemoveTagsResult>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 RemoveTagsRequest Modifier and Type Method Description RemoveTagsRequestRemoveTagsRequest. clone()RemoveTagsRequestRemoveTagsRequest. withResourceId(String resourceId)Specifies the ARN of the trail from which tags should be removed.RemoveTagsRequestRemoveTagsRequest. withTagsList(Tag... tagsList)Specifies a list of tags to be removed.RemoveTagsRequestRemoveTagsRequest. withTagsList(Collection<Tag> tagsList)Specifies a list of tags to be removed.
-