Uses of Class
software.amazon.awssdk.services.backupsearch.model.ListSearchJobBackupsResponse
-
Packages that use ListSearchJobBackupsResponse Package Description software.amazon.awssdk.services.backupsearch Backup Search software.amazon.awssdk.services.backupsearch.paginators -
-
Uses of ListSearchJobBackupsResponse in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch that return ListSearchJobBackupsResponse Modifier and Type Method Description default ListSearchJobBackupsResponseBackupSearchClient. listSearchJobBackups(Consumer<ListSearchJobBackupsRequest.Builder> listSearchJobBackupsRequest)This operation returns a list of all backups (recovery points) in a paginated format that were included in the search job.default ListSearchJobBackupsResponseBackupSearchClient. listSearchJobBackups(ListSearchJobBackupsRequest listSearchJobBackupsRequest)This operation returns a list of all backups (recovery points) in a paginated format that were included in the search job.Methods in software.amazon.awssdk.services.backupsearch that return types with arguments of type ListSearchJobBackupsResponse Modifier and Type Method Description default CompletableFuture<ListSearchJobBackupsResponse>BackupSearchAsyncClient. listSearchJobBackups(Consumer<ListSearchJobBackupsRequest.Builder> listSearchJobBackupsRequest)This operation returns a list of all backups (recovery points) in a paginated format that were included in the search job.default CompletableFuture<ListSearchJobBackupsResponse>BackupSearchAsyncClient. listSearchJobBackups(ListSearchJobBackupsRequest listSearchJobBackupsRequest)This operation returns a list of all backups (recovery points) in a paginated format that were included in the search job. -
Uses of ListSearchJobBackupsResponse in software.amazon.awssdk.services.backupsearch.paginators
Methods in software.amazon.awssdk.services.backupsearch.paginators that return types with arguments of type ListSearchJobBackupsResponse Modifier and Type Method Description Iterator<ListSearchJobBackupsResponse>ListSearchJobBackupsIterable. iterator()Method parameters in software.amazon.awssdk.services.backupsearch.paginators with type arguments of type ListSearchJobBackupsResponse Modifier and Type Method Description voidListSearchJobBackupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSearchJobBackupsResponse> subscriber)
-