Uses of Class
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByBackupVaultResponse
-
Packages that use ListRecoveryPointsByBackupVaultResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListRecoveryPointsByBackupVaultResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListRecoveryPointsByBackupVaultResponse Modifier and Type Method Description default ListRecoveryPointsByBackupVaultResponseBackupClient. listRecoveryPointsByBackupVault(Consumer<ListRecoveryPointsByBackupVaultRequest.Builder> listRecoveryPointsByBackupVaultRequest)Returns detailed information about the recovery points stored in a backup vault.default ListRecoveryPointsByBackupVaultResponseBackupClient. listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)Returns detailed information about the recovery points stored in a backup vault.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListRecoveryPointsByBackupVaultResponse Modifier and Type Method 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. -
Uses of ListRecoveryPointsByBackupVaultResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListRecoveryPointsByBackupVaultResponse Modifier and Type Method Description Iterator<ListRecoveryPointsByBackupVaultResponse>ListRecoveryPointsByBackupVaultIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListRecoveryPointsByBackupVaultResponse Modifier and Type Method Description voidListRecoveryPointsByBackupVaultPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsByBackupVaultResponse> subscriber)
-