Uses of Class
software.amazon.awssdk.services.backupsearch.model.GetSearchJobResponse
-
Packages that use GetSearchJobResponse Package Description software.amazon.awssdk.services.backupsearch Backup Search -
-
Uses of GetSearchJobResponse in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch that return GetSearchJobResponse Modifier and Type Method Description default GetSearchJobResponseBackupSearchClient. getSearchJob(Consumer<GetSearchJobRequest.Builder> getSearchJobRequest)This operation retrieves metadata of a search job, including its progress.default GetSearchJobResponseBackupSearchClient. getSearchJob(GetSearchJobRequest getSearchJobRequest)This operation retrieves metadata of a search job, including its progress.Methods in software.amazon.awssdk.services.backupsearch that return types with arguments of type GetSearchJobResponse Modifier and Type Method Description default CompletableFuture<GetSearchJobResponse>BackupSearchAsyncClient. getSearchJob(Consumer<GetSearchJobRequest.Builder> getSearchJobRequest)This operation retrieves metadata of a search job, including its progress.default CompletableFuture<GetSearchJobResponse>BackupSearchAsyncClient. getSearchJob(GetSearchJobRequest getSearchJobRequest)This operation retrieves metadata of a search job, including its progress.
-