Uses of Class
software.amazon.awssdk.services.backupsearch.model.StartSearchJobRequest
-
Packages that use StartSearchJobRequest Package Description software.amazon.awssdk.services.backupsearch Backup Search software.amazon.awssdk.services.backupsearch.transform -
-
Uses of StartSearchJobRequest in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch with parameters of type StartSearchJobRequest Modifier and Type Method Description default CompletableFuture<StartSearchJobResponse>BackupSearchAsyncClient. startSearchJob(StartSearchJobRequest startSearchJobRequest)This operation creates a search job which returns recovery points filtered by SearchScope and items filtered by ItemFilters.default StartSearchJobResponseBackupSearchClient. startSearchJob(StartSearchJobRequest startSearchJobRequest)This operation creates a search job which returns recovery points filtered by SearchScope and items filtered by ItemFilters. -
Uses of StartSearchJobRequest in software.amazon.awssdk.services.backupsearch.transform
Methods in software.amazon.awssdk.services.backupsearch.transform with parameters of type StartSearchJobRequest Modifier and Type Method Description SdkHttpFullRequestStartSearchJobRequestMarshaller. marshall(StartSearchJobRequest startSearchJobRequest)
-