Uses of Class
com.amazonaws.services.ec2.model.CreateTagsResult
Packages that use CreateTagsResult
-
Uses of CreateTagsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateTagsResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateTagsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 CreateTagsResultModifier 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 CreateTagsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateTagsResult