Uses of Class
com.amazonaws.services.ec2.model.DeleteTagsRequest
-
Packages that use DeleteTagsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteTagsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DeleteTagsRequest Modifier and Type Method Description DeleteTagsResult
AbstractAmazonEC2. deleteTags(DeleteTagsRequest request)
DeleteTagsResult
AmazonEC2. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.DeleteTagsResult
AmazonEC2Client. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AbstractAmazonEC2Async. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AbstractAmazonEC2Async. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AmazonEC2Async. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AmazonEC2Async. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AmazonEC2AsyncClient. deleteTagsAsync(DeleteTagsRequest request)
Future<DeleteTagsResult>
AmazonEC2AsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteTagsRequest Modifier and Type Method Description Future<DeleteTagsResult>
AbstractAmazonEC2Async. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Future<DeleteTagsResult>
AmazonEC2Async. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified set of tags from the specified set of resources.Future<DeleteTagsResult>
AmazonEC2AsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
-
Uses of DeleteTagsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteTagsRequest Modifier and Type Method Description DeleteTagsRequest
DeleteTagsRequest. clone()
DeleteTagsRequest
DeleteTagsRequest. withResources(String... resources)
The ID of the resource.DeleteTagsRequest
DeleteTagsRequest. withResources(Collection<String> resources)
The ID of the resource.DeleteTagsRequest
DeleteTagsRequest. withTags(Tag... tags)
One or more tags to delete.DeleteTagsRequest
DeleteTagsRequest. withTags(Collection<Tag> tags)
One or more tags to delete.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteTagsRequest Modifier and Type Method Description Request<DeleteTagsRequest>
DeleteTagsRequest. getDryRunRequest()
This method is intended for internal use only.
-