| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.builder() |
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.Builder.nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.Builder.recoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.Builder.recoveryPoints(Consumer<RecoveryPointByBackupVault.Builder>... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.Builder.recoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRecoveryPointsByBackupVaultResponse.Builder> |
ListRecoveryPointsByBackupVaultResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.