Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.elasticfilesystem com.amazonaws.services.elasticfilesystem.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultAbstractAmazonElasticFileSystem. describeTags(DescribeTagsRequest request)DescribeTagsResultAmazonElasticFileSystem. describeTags(DescribeTagsRequest describeTagsRequest)Returns the tags associated with a file system.DescribeTagsResultAmazonElasticFileSystemClient. describeTags(DescribeTagsRequest describeTagsRequest)Returns the tags associated with a file system.Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>AbstractAmazonElasticFileSystemAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Future<DescribeTagsResult>AmazonElasticFileSystemAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Returns the tags associated with a file system.Future<DescribeTagsResult>AmazonElasticFileSystemAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) -
Uses of DescribeTagsResult in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. clone()DescribeTagsResultDescribeTagsResult. withMarker(String marker)If the request included aMarker, the response returns that value in this field.DescribeTagsResultDescribeTagsResult. withNextMarker(String nextMarker)If a value is present, there are more tags to return.DescribeTagsResultDescribeTagsResult. withTags(Tag... tags)Returns tags associated with the file system as an array ofTagobjects.DescribeTagsResultDescribeTagsResult. withTags(Collection<Tag> tags)Returns tags associated with the file system as an array ofTagobjects.
-