| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBackupsResponse |
FSxClient.describeBackups()
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsResponse |
FSxClient.describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default DescribeBackupsResponse |
FSxClient.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeBackupsResponse> |
FSxAsyncClient.describeBackups()
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
default CompletableFuture<DescribeBackupsResponse> |
FSxAsyncClient.describeBackups(Consumer<DescribeBackupsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeBackupsResponse> |
DescribeBackupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeBackupsResponse> subscriber) |
Copyright © 2023. All rights reserved.