Uses of Class
software.amazon.awssdk.services.backup.model.ListRestoreTestingSelectionsResponse
-
Packages that use ListRestoreTestingSelectionsResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListRestoreTestingSelectionsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListRestoreTestingSelectionsResponse Modifier and Type Method Description default ListRestoreTestingSelectionsResponseBackupClient. listRestoreTestingSelections(Consumer<ListRestoreTestingSelectionsRequest.Builder> listRestoreTestingSelectionsRequest)Returns a list of restore testing selections.default ListRestoreTestingSelectionsResponseBackupClient. listRestoreTestingSelections(ListRestoreTestingSelectionsRequest listRestoreTestingSelectionsRequest)Returns a list of restore testing selections.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListRestoreTestingSelectionsResponse Modifier and Type Method Description default CompletableFuture<ListRestoreTestingSelectionsResponse>BackupAsyncClient. listRestoreTestingSelections(Consumer<ListRestoreTestingSelectionsRequest.Builder> listRestoreTestingSelectionsRequest)Returns a list of restore testing selections.default CompletableFuture<ListRestoreTestingSelectionsResponse>BackupAsyncClient. listRestoreTestingSelections(ListRestoreTestingSelectionsRequest listRestoreTestingSelectionsRequest)Returns a list of restore testing selections. -
Uses of ListRestoreTestingSelectionsResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListRestoreTestingSelectionsResponse Modifier and Type Method Description Iterator<ListRestoreTestingSelectionsResponse>ListRestoreTestingSelectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListRestoreTestingSelectionsResponse Modifier and Type Method Description voidListRestoreTestingSelectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRestoreTestingSelectionsResponse> subscriber)
-