Uses of Class
software.amazon.awssdk.services.backupsearch.model.ExportJobSummary
-
Packages that use ExportJobSummary Package Description software.amazon.awssdk.services.backupsearch.model software.amazon.awssdk.services.backupsearch.paginators -
-
Uses of ExportJobSummary in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type ExportJobSummary Modifier and Type Method Description List<ExportJobSummary>ListSearchResultExportJobsResponse. exportJobs()The operation returns the included export jobs.Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type ExportJobSummary Modifier and Type Method Description ListSearchResultExportJobsResponse.BuilderListSearchResultExportJobsResponse.Builder. exportJobs(ExportJobSummary... exportJobs)The operation returns the included export jobs.Method parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type ExportJobSummary Modifier and Type Method Description ListSearchResultExportJobsResponse.BuilderListSearchResultExportJobsResponse.Builder. exportJobs(Collection<ExportJobSummary> exportJobs)The operation returns the included export jobs. -
Uses of ExportJobSummary in software.amazon.awssdk.services.backupsearch.paginators
Methods in software.amazon.awssdk.services.backupsearch.paginators that return types with arguments of type ExportJobSummary Modifier and Type Method Description SdkIterable<ExportJobSummary>ListSearchResultExportJobsIterable. exportJobs()Returns an iterable to iterate through the paginatedListSearchResultExportJobsResponse.exportJobs()member.SdkPublisher<ExportJobSummary>ListSearchResultExportJobsPublisher. exportJobs()Returns a publisher that can be used to get a stream of data.
-