| 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 |
|---|---|
DescribeBackupsResult |
AmazonFSx.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
DescribeBackupsResult |
AbstractAmazonFSx.describeBackups(DescribeBackupsRequest request) |
DescribeBackupsResult |
AmazonFSxClient.describeBackups(DescribeBackupsRequest request)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBackupsResult> |
AmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest describeBackupsRequest,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler)
Returns the description of specific Amazon FSx backups, if a
BackupIds value is provided for that
backup. |
Future<DescribeBackupsResult> |
AbstractAmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest request,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler) |
Future<DescribeBackupsResult> |
AmazonFSxAsyncClient.describeBackupsAsync(DescribeBackupsRequest request,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsResult |
DescribeBackupsResult.clone() |
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Backup... backups)
An array of backups.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Collection<Backup> backups)
An array of backups.
|
DescribeBackupsResult |
DescribeBackupsResult.withNextToken(String nextToken)
This is present if there are more backups than returned in the response (String).
|
Copyright © 2021. All rights reserved.