Uses of Class
software.amazon.awssdk.services.cloudtrail.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of RemoveTagsRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type RemoveTagsRequest Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>CloudTrailAsyncClient. removeTags(RemoveTagsRequest 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. -
Uses of RemoveTagsRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type RemoveTagsRequest Modifier and Type Method Description SdkHttpFullRequestRemoveTagsRequestMarshaller. marshall(RemoveTagsRequest removeTagsRequest)
-