Uses of Class
com.amazonaws.services.elasticfilesystem.model.DeleteTagsRequest
Packages that use DeleteTagsRequest
Package
Description
-
Uses of DeleteTagsRequest in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem with parameters of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystem.deleteTags
(DeleteTagsRequest request) AmazonElasticFileSystem.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes the specified tags from a file system.AmazonElasticFileSystemClient.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes the specified tags from a file system.AbstractAmazonElasticFileSystemAsync.deleteTagsAsync
(DeleteTagsRequest request) AbstractAmazonElasticFileSystemAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonElasticFileSystemAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest) Deletes the specified tags from a file system.AmazonElasticFileSystemAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the specified tags from a file system.AmazonElasticFileSystemAsyncClient.deleteTagsAsync
(DeleteTagsRequest request) AmazonElasticFileSystemAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonElasticFileSystemAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the specified tags from a file system.AmazonElasticFileSystemAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) -
Uses of DeleteTagsRequest in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.clone()
DeleteTagsRequest.withFileSystemId
(String fileSystemId) String.DeleteTagsRequest.withTagKeys
(String... tagKeys) A list of tag keys to delete.DeleteTagsRequest.withTagKeys
(Collection<String> tagKeys) A list of tag keys to delete.