Uses of Class
com.amazonaws.services.ec2.model.CreateTagsRequest
Packages that use CreateTagsRequest
-
Uses of CreateTagsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateTagsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createTags(CreateTagsRequest request) AmazonEC2.createTags(CreateTagsRequest createTagsRequest) Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.AmazonEC2Client.createTags(CreateTagsRequest createTagsRequest) Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request) AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest) Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request) AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateTagsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) -
Uses of CreateTagsRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type CreateTagsRequestMethods in com.amazonaws.services.ec2.model that return CreateTagsRequestModifier and TypeMethodDescriptionCreateTagsRequest.clone()CreateTagsRequest.withResources(String... resources) The IDs of one or more resources to tag.CreateTagsRequest.withResources(Collection<String> resources) The IDs of one or more resources to tag.One or more tags.CreateTagsRequest.withTags(Collection<Tag> tags) One or more tags.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateTagsRequestModifier and TypeMethodDescriptionCreateTagsRequest.getDryRunRequest()This method is intended for internal use only.