| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.fsx.paginators | |
| software.amazon.awssdk.services.fsx.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBackupsResponse |
FSxClient.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default CompletableFuture<DescribeBackupsResponse> |
FSxAsyncClient.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsIterable |
FSxClient.describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsPublisher |
FSxAsyncClient.describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
| Constructor and Description |
|---|
DescribeBackupsIterable(FSxClient client,
DescribeBackupsRequest firstRequest) |
DescribeBackupsPublisher(FSxAsyncClient client,
DescribeBackupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeBackupsRequestMarshaller.marshall(DescribeBackupsRequest describeBackupsRequest) |
Copyright © 2023. All rights reserved.