Uses of Class
software.amazon.awssdk.services.backup.model.RecoveryPointByBackupVault
-
Packages that use RecoveryPointByBackupVault Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of RecoveryPointByBackupVault in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RecoveryPointByBackupVault Modifier and Type Method Description List<RecoveryPointByBackupVault>ListRecoveryPointsByBackupVaultResponse. recoveryPoints()An array of objects that contain detailed information about recovery points saved in a backup vault.Methods in software.amazon.awssdk.services.backup.model with parameters of type RecoveryPointByBackupVault Modifier and Type Method Description ListRecoveryPointsByBackupVaultResponse.BuilderListRecoveryPointsByBackupVaultResponse.Builder. recoveryPoints(RecoveryPointByBackupVault... recoveryPoints)An array of objects that contain detailed information about recovery points saved in a backup vault.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RecoveryPointByBackupVault Modifier and Type Method Description ListRecoveryPointsByBackupVaultResponse.BuilderListRecoveryPointsByBackupVaultResponse.Builder. recoveryPoints(Collection<RecoveryPointByBackupVault> recoveryPoints)An array of objects that contain detailed information about recovery points saved in a backup vault. -
Uses of RecoveryPointByBackupVault in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type RecoveryPointByBackupVault Modifier and Type Method Description SdkIterable<RecoveryPointByBackupVault>ListRecoveryPointsByBackupVaultIterable. recoveryPoints()Returns an iterable to iterate through the paginatedListRecoveryPointsByBackupVaultResponse.recoveryPoints()member.SdkPublisher<RecoveryPointByBackupVault>ListRecoveryPointsByBackupVaultPublisher. recoveryPoints()Returns a publisher that can be used to get a stream of data.
-