Uses of Class
software.amazon.awssdk.services.backup.model.ListBackupVaultsResponse
-
Packages that use ListBackupVaultsResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListBackupVaultsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListBackupVaultsResponse Modifier and Type Method Description default ListBackupVaultsResponseBackupClient. listBackupVaults()Returns a list of recovery point storage containers along with information about them.default ListBackupVaultsResponseBackupClient. listBackupVaults(Consumer<ListBackupVaultsRequest.Builder> listBackupVaultsRequest)Returns a list of recovery point storage containers along with information about them.default ListBackupVaultsResponseBackupClient. listBackupVaults(ListBackupVaultsRequest listBackupVaultsRequest)Returns a list of recovery point storage containers along with information about them.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListBackupVaultsResponse Modifier and Type Method Description default CompletableFuture<ListBackupVaultsResponse>BackupAsyncClient. listBackupVaults()Returns a list of recovery point storage containers along with information about them.default CompletableFuture<ListBackupVaultsResponse>BackupAsyncClient. listBackupVaults(Consumer<ListBackupVaultsRequest.Builder> listBackupVaultsRequest)Returns a list of recovery point storage containers along with information about them.default CompletableFuture<ListBackupVaultsResponse>BackupAsyncClient. listBackupVaults(ListBackupVaultsRequest listBackupVaultsRequest)Returns a list of recovery point storage containers along with information about them. -
Uses of ListBackupVaultsResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListBackupVaultsResponse Modifier and Type Method Description Iterator<ListBackupVaultsResponse>ListBackupVaultsIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListBackupVaultsResponse Modifier and Type Method Description voidListBackupVaultsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBackupVaultsResponse> subscriber)
-