Uses of Class
software.amazon.awssdk.services.cloudtrail.model.RemoveTagsResponse
-
Packages that use RemoveTagsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of RemoveTagsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return RemoveTagsResponse Modifier and Type Method Description default RemoveTagsResponseCloudTrailClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified tags from a trail, event data store, or channel.default RemoveTagsResponseCloudTrailClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified tags from a trail, event data store, or channel.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type RemoveTagsResponse Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>CloudTrailAsyncClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified tags from a trail, event data store, or channel.default CompletableFuture<RemoveTagsResponse>CloudTrailAsyncClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes the specified tags from a trail, event data store, or channel.
-