Uses of Class
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByBackupVaultRequest
-
Packages that use ListRecoveryPointsByBackupVaultRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators software.amazon.awssdk.services.backup.transform -
-
Uses of ListRecoveryPointsByBackupVaultRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type ListRecoveryPointsByBackupVaultRequest Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsByBackupVaultResponse>BackupAsyncClient. listRecoveryPointsByBackupVault(ListRecoveryPointsByBackupVaultRequest 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.default ListRecoveryPointsByBackupVaultPublisherBackupAsyncClient. listRecoveryPointsByBackupVaultPaginator(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)Returns detailed information about the recovery points stored in a backup vault.default ListRecoveryPointsByBackupVaultIterableBackupClient. listRecoveryPointsByBackupVaultPaginator(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)Returns detailed information about the recovery points stored in a backup vault. -
Uses of ListRecoveryPointsByBackupVaultRequest in software.amazon.awssdk.services.backup.paginators
Constructors in software.amazon.awssdk.services.backup.paginators with parameters of type ListRecoveryPointsByBackupVaultRequest Constructor Description ListRecoveryPointsByBackupVaultIterable(BackupClient client, ListRecoveryPointsByBackupVaultRequest firstRequest)ListRecoveryPointsByBackupVaultPublisher(BackupAsyncClient client, ListRecoveryPointsByBackupVaultRequest firstRequest) -
Uses of ListRecoveryPointsByBackupVaultRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type ListRecoveryPointsByBackupVaultRequest Modifier and Type Method Description SdkHttpFullRequestListRecoveryPointsByBackupVaultRequestMarshaller. marshall(ListRecoveryPointsByBackupVaultRequest listRecoveryPointsByBackupVaultRequest)
-