| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsResult |
AbstractAmazonFSx.describeFileSystems(DescribeFileSystemsRequest request) |
DescribeFileSystemsResult |
AmazonFSxClient.describeFileSystems(DescribeFileSystemsRequest request)
Returns the description of specific Amazon FSx file systems, if a
FileSystemIds value is provided
for that file system. |
DescribeFileSystemsResult |
AmazonFSx.describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)
Returns the description of specific Amazon FSx file systems, if a
FileSystemIds value is provided
for that file system. |
Future<DescribeFileSystemsResult> |
AmazonFSxAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request) |
Future<DescribeFileSystemsResult> |
AbstractAmazonFSxAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request) |
Future<DescribeFileSystemsResult> |
AmazonFSxAsync.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest)
Returns the description of specific Amazon FSx file systems, if a
FileSystemIds value is provided
for that file system. |
Future<DescribeFileSystemsResult> |
AmazonFSxAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Future<DescribeFileSystemsResult> |
AbstractAmazonFSxAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Future<DescribeFileSystemsResult> |
AmazonFSxAsync.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Returns the description of specific Amazon FSx file systems, if a
FileSystemIds value is provided
for that file system. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFileSystemsResult> |
AmazonFSxAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Future<DescribeFileSystemsResult> |
AbstractAmazonFSxAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) |
Future<DescribeFileSystemsResult> |
AmazonFSxAsync.describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest,
AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)
Returns the description of specific Amazon FSx file systems, if a
FileSystemIds value is provided
for that file system. |
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.clone() |
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withFileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withFileSystemIds(String... fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withMaxResults(Integer maxResults)
Maximum number of file systems to return in the response (integer).
|
DescribeFileSystemsRequest |
DescribeFileSystemsRequest.withNextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
Copyright © 2022. All rights reserved.