| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem |
|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTagsResult> |
AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Deprecated.
|
Future<DescribeTagsResult> |
AmazonElasticFileSystemAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Deprecated.
|
Future<DescribeTagsResult> |
AbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
DescribeTagsRequest.clone() |
DescribeTagsRequest |
DescribeTagsRequest.withFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
DescribeTagsRequest |
DescribeTagsRequest.withMarker(String marker)
(Optional) An opaque pagination token returned from a previous
DescribeTags operation (String). |
DescribeTagsRequest |
DescribeTagsRequest.withMaxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response.
|
Copyright © 2021. All rights reserved.