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 CreateTagsResultAbstractAmazonEC2. createTags(CreateTagsRequest request)CreateTagsResultAmazonEC2. createTags(CreateTagsRequest createTagsRequest)Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.CreateTagsResultAmazonEC2Client. 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 CreateTagsRequestCreateTagsRequest. clone()CreateTagsRequestCreateTagsRequest. withResources(String... resources)The IDs of one or more resources to tag.CreateTagsRequestCreateTagsRequest. withResources(Collection<String> resources)The IDs of one or more resources to tag.CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)One or more tags.CreateTagsRequestCreateTagsRequest. 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.
-