Uses of Class
software.amazon.awssdk.services.qconnect.model.ImportJobSummary
-
Packages that use ImportJobSummary Package Description software.amazon.awssdk.services.qconnect.model software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ImportJobSummary in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ImportJobSummary Modifier and Type Method Description List<ImportJobSummary>ListImportJobsResponse. importJobSummaries()Summary information about the import jobs.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ImportJobSummary Modifier and Type Method Description ListImportJobsResponse.BuilderListImportJobsResponse.Builder. importJobSummaries(ImportJobSummary... importJobSummaries)Summary information about the import jobs.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ImportJobSummary Modifier and Type Method Description ListImportJobsResponse.BuilderListImportJobsResponse.Builder. importJobSummaries(Collection<ImportJobSummary> importJobSummaries)Summary information about the import jobs. -
Uses of ImportJobSummary in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ImportJobSummary Modifier and Type Method Description SdkIterable<ImportJobSummary>ListImportJobsIterable. importJobSummaries()Returns an iterable to iterate through the paginatedListImportJobsResponse.importJobSummaries()member.SdkPublisher<ImportJobSummary>ListImportJobsPublisher. importJobSummaries()Returns a publisher that can be used to get a stream of data.
-