| 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. |
| 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 |
|---|---|
DescribeFileSystemsResult |
DescribeFileSystemsResult.clone() |
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(Collection<FileSystem> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withFileSystems(FileSystem... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
DescribeFileSystemsResult.withNextToken(String nextToken)
Present if there are more file systems than returned in the response (String).
|
Copyright © 2022. All rights reserved.