Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem |
Synchronous and asynchronous client classes for accessing AmazonElasticFileSystem.
|
com.amazonaws.services.elasticfilesystem.model |
Classes modeling the various types represented by AmazonElasticFileSystem.
|
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemsResult |
AmazonElasticFileSystemClient.describeFileSystems()
Returns the description of a specific Amazon EFS file system if
either the file system
CreationToken or the
FileSystemId is provided; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
DescribeFileSystemsResult |
AmazonElasticFileSystem.describeFileSystems()
Returns the description of a specific Amazon EFS file system if
either the file system
CreationToken or the
FileSystemId is provided; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
DescribeFileSystemsResult |
AmazonElasticFileSystemClient.describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)
Returns the description of a specific Amazon EFS file system if
either the file system
CreationToken or the
FileSystemId is provided; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
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; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
Modifier and Type | Method and Description |
---|---|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest)
Returns the description of a specific Amazon EFS file system if
either the file system
CreationToken or the
FileSystemId is provided; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
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; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.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; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
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; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
Modifier and Type | Method and Description |
---|---|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.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; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
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; otherwise, returns descriptions
of all file systems owned by the caller's AWS account in the AWS
region of the endpoint that you're calling. |
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)
A string, present if provided by caller in the request.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withNextMarker(String nextMarker)
A string, present if there are more file systems than returned in the
response.
|
Copyright © 2015. All rights reserved.