| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRecoveryPointsByBackupVaultResponse> |
BackupAsyncClient.listRecoveryPointsByBackupVault(Consumer<ListRecoveryPointsByBackupVaultRequest.Builder> listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
default ListRecoveryPointsByBackupVaultResponse |
BackupClient.listRecoveryPointsByBackupVault(Consumer<ListRecoveryPointsByBackupVaultRequest.Builder> listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
default ListRecoveryPointsByBackupVaultPublisher |
BackupAsyncClient.listRecoveryPointsByBackupVaultPaginator(Consumer<ListRecoveryPointsByBackupVaultRequest.Builder> listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
default ListRecoveryPointsByBackupVaultIterable |
BackupClient.listRecoveryPointsByBackupVaultPaginator(Consumer<ListRecoveryPointsByBackupVaultRequest.Builder> listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.backupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
static ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.builder() |
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byCreatedAfter(Instant byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byCreatedBefore(Instant byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource
Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byResourceType(String byResourceType)
Returns only recovery points that match the specified resource type.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRecoveryPointsByBackupVaultRequest.Builder> |
ListRecoveryPointsByBackupVaultRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.