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