Uses of Class
com.amazonaws.services.cloudtrail.model.RemoveTagsResult
-
Packages that use RemoveTagsResult Package Description com.amazonaws.services.cloudtrail com.amazonaws.services.cloudtrail.model -
-
Uses of RemoveTagsResult in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResult
AbstractAWSCloudTrail. removeTags(RemoveTagsRequest request)
RemoveTagsResult
AWSCloudTrail. removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail.RemoveTagsResult
AWSCloudTrailClient. removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail.Methods in com.amazonaws.services.cloudtrail that return types with arguments of type RemoveTagsResult Modifier and Type Method Description 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 RemoveTagsResult 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 RemoveTagsResult in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResult
RemoveTagsResult. clone()
-