Uses of Class
com.amazonaws.services.cloudtrail.model.AddTagsRequest
Packages that use AddTagsRequest
-
Uses of AddTagsRequest in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail with parameters of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAWSCloudTrail.addTags
(AddTagsRequest request) AWSCloudTrail.addTags
(AddTagsRequest addTagsRequest) Adds one or more tags to a trail, up to a limit of 10.AWSCloudTrailClient.addTags
(AddTagsRequest addTagsRequest) Adds one or more tags to a trail, up to a limit of 10.AbstractAWSCloudTrailAsync.addTagsAsync
(AddTagsRequest request) AbstractAWSCloudTrailAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AWSCloudTrailAsync.addTagsAsync
(AddTagsRequest addTagsRequest) Adds one or more tags to a trail, up to a limit of 10.AWSCloudTrailAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds one or more tags to a trail, up to a limit of 10.AWSCloudTrailAsyncClient.addTagsAsync
(AddTagsRequest request) AWSCloudTrailAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudtrail with type arguments of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AWSCloudTrailAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds one or more tags to a trail, up to a limit of 10.AWSCloudTrailAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) -
Uses of AddTagsRequest in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return AddTagsRequestModifier and TypeMethodDescriptionAddTagsRequest.clone()
AddTagsRequest.withResourceId
(String resourceId) Specifies the ARN of the trail to which one or more tags will be added.AddTagsRequest.withTagsList
(Tag... tagsList) Contains a list of CloudTrail tags, up to a limit of 10.AddTagsRequest.withTagsList
(Collection<Tag> tagsList) Contains a list of CloudTrail tags, up to a limit of 10.