| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecoveryPointsByBackupVaultResponse |
BackupClient.listRecoveryPointsByBackupVault(Consumer<ListRecoveryPointsByBackupVaultRequest.Builder> listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
default ListRecoveryPointsByBackupVaultResponse |
BackupClient.listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
| 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 CompletableFuture<ListRecoveryPointsByBackupVaultResponse> |
BackupAsyncClient.listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecoveryPointsByBackupVaultResponse> |
ListRecoveryPointsByBackupVaultIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsByBackupVaultPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsByBackupVaultResponse> subscriber) |
Copyright © 2023. All rights reserved.