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 DeleteTagsResultAbstractAmazonEC2. deleteTags(DeleteTagsRequest request)DeleteTagsResultAmazonEC2. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the specified set of tags from the specified set of resources.DeleteTagsResultAmazonEC2Client. 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 DeleteTagsRequestDeleteTagsRequest. clone()DeleteTagsRequestDeleteTagsRequest. withResources(String... resources)The ID of the resource.DeleteTagsRequestDeleteTagsRequest. withResources(Collection<String> resources)The ID of the resource.DeleteTagsRequestDeleteTagsRequest. withTags(Tag... tags)One or more tags to delete.DeleteTagsRequestDeleteTagsRequest. 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.
-