Uses of Class
com.amazonaws.services.ec2.model.DeleteTagsResult
Packages that use DeleteTagsResult
-
Uses of DeleteTagsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteTagsResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type DeleteTagsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 DeleteTagsResultModifier 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 DeleteTagsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteTagsResult