Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeTagsResult
Packages that use DescribeTagsResult
Package
Description
-
Uses of DescribeTagsResult in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem that return DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystem.describeTags(DescribeTagsRequest request) AmazonElasticFileSystem.describeTags(DescribeTagsRequest describeTagsRequest) Returns the tags associated with a file system.AmazonElasticFileSystemClient.describeTags(DescribeTagsRequest describeTagsRequest) Returns the tags associated with a file system.Methods in com.amazonaws.services.elasticfilesystem that return types with arguments of type DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request) AbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest) Returns the tags associated with a file system.AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Returns the tags associated with a file system.AmazonElasticFileSystemAsyncClient.describeTagsAsync(DescribeTagsRequest request) AmazonElasticFileSystemAsyncClient.describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Returns the tags associated with a file system.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 DescribeTagsResultModifier and TypeMethodDescriptionDescribeTagsResult.clone()DescribeTagsResult.withMarker(String marker) If the request included aMarker, the response returns that value in this field.DescribeTagsResult.withNextMarker(String nextMarker) If a value is present, there are more tags to return.Returns tags associated with the file system as an array ofTagobjects.DescribeTagsResult.withTags(Collection<Tag> tags) Returns tags associated with the file system as an array ofTagobjects.