Uses of Class
com.amazonaws.services.ec2.model.CreateTagsResult
-
Packages that use CreateTagsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateTagsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateTagsResult 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateTagsResult Modifier and Type Method Description 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 CreateTagsResult 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 CreateTagsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateTagsResult Modifier and Type Method Description CreateTagsResultCreateTagsResult. clone()
-