| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBackupPlanVersionsResponse> |
BackupAsyncClient.listBackupPlanVersions(Consumer<ListBackupPlanVersionsRequest.Builder> listBackupPlanVersionsRequest)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation
and deletion dates, plan names, and version IDs.
|
default ListBackupPlanVersionsResponse |
BackupClient.listBackupPlanVersions(Consumer<ListBackupPlanVersionsRequest.Builder> listBackupPlanVersionsRequest)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation
and deletion dates, plan names, and version IDs.
|
default ListBackupPlanVersionsPublisher |
BackupAsyncClient.listBackupPlanVersionsPaginator(Consumer<ListBackupPlanVersionsRequest.Builder> listBackupPlanVersionsRequest)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation
and deletion dates, plan names, and version IDs.
|
default ListBackupPlanVersionsIterable |
BackupClient.listBackupPlanVersionsPaginator(Consumer<ListBackupPlanVersionsRequest.Builder> listBackupPlanVersionsRequest)
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation
and deletion dates, plan names, and version IDs.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.Builder.backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
static ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.builder() |
ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.Builder.nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBackupPlanVersionsRequest.Builder |
ListBackupPlanVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBackupPlanVersionsRequest.Builder> |
ListBackupPlanVersionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.