| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultResult |
AbstractAWSBackup.listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest request) |
ListRecoveryPointsByBackupVaultResult |
AWSBackup.listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)
Returns detailed information about the recovery points stored in a backup vault.
|
ListRecoveryPointsByBackupVaultResult |
AWSBackupClient.listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest request)
Returns detailed information about the recovery points stored in a backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultResult |
ListRecoveryPointsByBackupVaultResult.clone() |
ListRecoveryPointsByBackupVaultResult |
ListRecoveryPointsByBackupVaultResult.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultResult |
ListRecoveryPointsByBackupVaultResult.withRecoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
ListRecoveryPointsByBackupVaultResult |
ListRecoveryPointsByBackupVaultResult.withRecoveryPoints(RecoveryPointByBackupVault... recoveryPoints)
An array of objects that contain detailed information about recovery points saved in a backup vault.
|
Copyright © 2022. All rights reserved.