| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model | |
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryPointByBackupVault> |
ListRecoveryPointsByBackupVaultResponse.recoveryPoints()
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.Builder.recoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultResponse.Builder |
ListRecoveryPointsByBackupVaultResponse.Builder.recoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<RecoveryPointByBackupVault> |
ListRecoveryPointsByBackupVaultIterable.recoveryPoints()
Returns an iterable to iterate through the paginated
ListRecoveryPointsByBackupVaultResponse.recoveryPoints() member. |
SdkPublisher<RecoveryPointByBackupVault> |
ListRecoveryPointsByBackupVaultPublisher.recoveryPoints()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.