Uses of Class
com.amazonaws.services.ec2.model.DeleteTagsRequest
Packages that use DeleteTagsRequest
-
Uses of DeleteTagsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.deleteTags(DeleteTagsRequest request) AmazonEC2.deleteTags(DeleteTagsRequest deleteTagsRequest) Deletes the specified set of tags from the specified set of resources.AmazonEC2Client.deleteTags(DeleteTagsRequest deleteTagsRequest) Deletes the specified set of tags from the specified set of resources.AbstractAmazonEC2Async.deleteTagsAsync(DeleteTagsRequest request) AbstractAmazonEC2Async.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonEC2Async.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest) Deletes the specified set of tags from the specified set of resources.AmazonEC2Async.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the specified set of tags from the specified set of resources.AmazonEC2AsyncClient.deleteTagsAsync(DeleteTagsRequest request) AmazonEC2AsyncClient.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonEC2Async.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the specified set of tags from the specified set of resources.AmazonEC2AsyncClient.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) -
Uses of DeleteTagsRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type DeleteTagsRequestMethods in com.amazonaws.services.ec2.model that return DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.clone()DeleteTagsRequest.withResources(String... resources) The ID of the resource.DeleteTagsRequest.withResources(Collection<String> resources) The ID of the resource.One or more tags to delete.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 DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.getDryRunRequest()This method is intended for internal use only.