| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem |
|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsResult |
AmazonElasticFileSystem.describeFileSystems()
Simplified method form for invoking the DescribeFileSystems operation.
|
DescribeFileSystemsResult |
AbstractAmazonElasticFileSystem.describeFileSystems() |
DescribeFileSystemsResult |
AmazonElasticFileSystemClient.describeFileSystems() |
DescribeFileSystemsResult |
AmazonElasticFileSystem.describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or the FileSystemId is provided. |
DescribeFileSystemsResult |
AbstractAmazonElasticFileSystem.describeFileSystems(DescribeFileSystemsRequest request) |
DescribeFileSystemsResult |
AmazonElasticFileSystemClient.describeFileSystems(DescribeFileSystemsRequest request)
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or the FileSystemId is provided. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.describeFileSystemsAsync()
Simplified method form for invoking the DescribeFileSystems operation.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync()
Simplified method form for invoking the DescribeFileSystems operation.
|
Future<DescribeFileSystemsResult> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync()
Simplified method form for invoking the DescribeFileSystems operation.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest)
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or the FileSystemId is provided. |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request) |
Future<DescribeFileSystemsResult> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request) |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or the FileSystemId is provided. |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Future<DescribeFileSystemsResult> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Returns the description of a specific Amazon EFS file system if either the file system
CreationToken
or the FileSystemId is provided. |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Future<DescribeFileSystemsResult> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsResult |
DescribeFileSystemsResult.clone() |
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(FileSystemDescription... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withMarker(String marker)
Present if provided by caller in the request (String).
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withNextMarker(String nextMarker)
Present if there are more file systems than returned in the response (String).
|
Copyright © 2019. All rights reserved.