Uses of Class
software.amazon.awssdk.services.backupsearch.model.SearchJobSummary
-
Packages that use SearchJobSummary Package Description software.amazon.awssdk.services.backupsearch.model software.amazon.awssdk.services.backupsearch.paginators -
-
Uses of SearchJobSummary in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type SearchJobSummary Modifier and Type Method Description List<SearchJobSummary>ListSearchJobsResponse. searchJobs()The search jobs among the list, with details of the returned search jobs.Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type SearchJobSummary Modifier and Type Method Description ListSearchJobsResponse.BuilderListSearchJobsResponse.Builder. searchJobs(SearchJobSummary... searchJobs)The search jobs among the list, with details of the returned search jobs.Method parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type SearchJobSummary Modifier and Type Method Description ListSearchJobsResponse.BuilderListSearchJobsResponse.Builder. searchJobs(Collection<SearchJobSummary> searchJobs)The search jobs among the list, with details of the returned search jobs. -
Uses of SearchJobSummary in software.amazon.awssdk.services.backupsearch.paginators
Methods in software.amazon.awssdk.services.backupsearch.paginators that return types with arguments of type SearchJobSummary Modifier and Type Method Description SdkIterable<SearchJobSummary>ListSearchJobsIterable. searchJobs()Returns an iterable to iterate through the paginatedListSearchJobsResponse.searchJobs()member.SdkPublisher<SearchJobSummary>ListSearchJobsPublisher. searchJobs()Returns a publisher that can be used to get a stream of data.
-