| 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 |
AmazonFSxClient.describeBackups(DescribeBackupsRequest request)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
DescribeBackupsResult |
AbstractAmazonFSx.describeBackups(DescribeBackupsRequest request) |
DescribeBackupsResult |
AmazonFSx.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
Future<DescribeBackupsResult> |
AmazonFSxAsyncClient.describeBackupsAsync(DescribeBackupsRequest request) |
Future<DescribeBackupsResult> |
AbstractAmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest request) |
Future<DescribeBackupsResult> |
AmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest describeBackupsRequest)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
Future<DescribeBackupsResult> |
AmazonFSxAsyncClient.describeBackupsAsync(DescribeBackupsRequest request,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler) |
Future<DescribeBackupsResult> |
AbstractAmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest request,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler) |
Future<DescribeBackupsResult> |
AmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest describeBackupsRequest,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBackupsResult> |
AmazonFSxAsyncClient.describeBackupsAsync(DescribeBackupsRequest request,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler) |
Future<DescribeBackupsResult> |
AbstractAmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest request,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler) |
Future<DescribeBackupsResult> |
AmazonFSxAsync.describeBackupsAsync(DescribeBackupsRequest describeBackupsRequest,
AsyncHandler<DescribeBackupsRequest,DescribeBackupsResult> asyncHandler)
Returns the description of a specific Amazon FSx backup, if a
BackupIds value is provided for that
backup. |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsRequest |
DescribeBackupsRequest.clone() |
DescribeBackupsRequest |
DescribeBackupsRequest.withBackupIds(Collection<String> backupIds)
The IDs of the backups that you want to retrieve.
|
DescribeBackupsRequest |
DescribeBackupsRequest.withBackupIds(String... backupIds)
The IDs of the backups that you want to retrieve.
|
DescribeBackupsRequest |
DescribeBackupsRequest.withFilters(Collection<Filter> filters)
The filters structure.
|
DescribeBackupsRequest |
DescribeBackupsRequest.withFilters(Filter... filters)
The filters structure.
|
DescribeBackupsRequest |
DescribeBackupsRequest.withMaxResults(Integer maxResults)
Maximum number of backups to return in the response.
|
DescribeBackupsRequest |
DescribeBackupsRequest.withNextToken(String nextToken)
An opaque pagination token returned from a previous
DescribeBackups operation. |
Copyright © 2023. All rights reserved.