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 DescribeTagsResult
AbstractAmazonElasticFileSystem. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AmazonElasticFileSystem. describeTags(DescribeTagsRequest describeTagsRequest)
Returns the tags associated with a file system.DescribeTagsResult
AmazonElasticFileSystemClient. 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 DescribeTagsResult
DescribeTagsResult. clone()
DescribeTagsResult
DescribeTagsResult. withMarker(String marker)
If the request included aMarker
, the response returns that value in this field.DescribeTagsResult
DescribeTagsResult. withNextMarker(String nextMarker)
If a value is present, there are more tags to return.DescribeTagsResult
DescribeTagsResult. withTags(Tag... tags)
Returns tags associated with the file system as an array ofTag
objects.DescribeTagsResult
DescribeTagsResult. withTags(Collection<Tag> tags)
Returns tags associated with the file system as an array ofTag
objects.
-