Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem | |
com.amazonaws.services.elasticfilesystem.model | |
com.amazonaws.services.elasticfilesystem.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
AmazonElasticFileSystemClient.describeTags(DescribeTagsRequest describeTagsRequest)
Returns the tags associated with a file system.
|
DescribeTagsResult |
AmazonElasticFileSystem.describeTags(DescribeTagsRequest describeTagsRequest)
Returns the tags associated with a file system.
|
DescribeTagsResult |
AbstractAmazonElasticFileSystem.describeTags(DescribeTagsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeTagsResult> |
AmazonElasticFileSystemAsyncClient.describeTagsAsync(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Returns the tags associated with a file system.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonElasticFileSystemAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Returns the tags associated with a file system.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeTagsResult> |
AmazonElasticFileSystemAsyncClient.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTagsResult> |
AmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest describeTagsRequest,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Returns the tags associated with a file system.
|
java.util.concurrent.Future<DescribeTagsResult> |
AbstractAmazonElasticFileSystemAsync.describeTagsAsync(DescribeTagsRequest request,
AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.clone() |
DescribeTagsResult |
DescribeTagsResult.withMarker(java.lang.String marker)
If the request included a
Marker , the response returns that
value in this field. |
DescribeTagsResult |
DescribeTagsResult.withNextMarker(java.lang.String nextMarker)
If a value is present, there are more tags to return.
|
DescribeTagsResult |
DescribeTagsResult.withTags(java.util.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. |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |