Package | Description |
---|---|
com.amazonaws.services.elasticfilesystem | |
com.amazonaws.services.elasticfilesystem.model |
Modifier and Type | Method and Description |
---|---|
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. |
DescribeFileSystemsResult |
AbstractAmazonElasticFileSystem.describeFileSystems(DescribeFileSystemsRequest request) |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request) |
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> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request) |
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> 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; 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> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Simplified method form for invoking the DescribeFileSystems operation
with an AsyncHandler.
|
Future<DescribeFileSystemsResult> |
AmazonElasticFileSystemAsync.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> |
AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> 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; 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> |
AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.clone() |
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withCreationToken(String creationToken)
Optional string.
|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withFileSystemId(String fileSystemId)
Optional string.
|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withMarker(String marker)
Optional string.
|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withMaxItems(Integer maxItems)
Optional integer.
|
Copyright © 2015. All rights reserved.