Uses of Class
software.amazon.awssdk.services.cloudtrail.model.AddTagsResponse
-
Packages that use AddTagsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of AddTagsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return AddTagsResponse Modifier and Type Method Description default AddTagsResponseCloudTrailClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds one or more tags to a trail, event data store, or channel, up to a limit of 50.default AddTagsResponseCloudTrailClient. addTags(AddTagsRequest addTagsRequest)Adds one or more tags to a trail, event data store, or channel, up to a limit of 50.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type AddTagsResponse Modifier and Type Method Description default CompletableFuture<AddTagsResponse>CloudTrailAsyncClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds one or more tags to a trail, event data store, or channel, up to a limit of 50.default CompletableFuture<AddTagsResponse>CloudTrailAsyncClient. addTags(AddTagsRequest addTagsRequest)Adds one or more tags to a trail, event data store, or channel, up to a limit of 50.
-