Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem | |
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
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.
|
DescribeTagsResult |
AbstractAmazonElasticFileSystem.describeTags(DescribeTagsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeTagsResult> |
AbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Future<DescribeTagsResult> |
AmazonElasticFileSystemAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.clone() |
DescribeTagsResult |
DescribeTagsResult.withMarker(String marker)
If the request included a
Marker , 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(Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
DescribeTagsResult |
DescribeTagsResult.withTags(Tag... tags)
Returns tags associated with the file system as an array of
Tag objects. |
Copyright © 2018. All rights reserved.