Uses of Class
software.amazon.awssdk.services.omics.model.AnnotationImportJobItem
-
Packages that use AnnotationImportJobItem Package Description software.amazon.awssdk.services.omics.model software.amazon.awssdk.services.omics.paginators -
-
Uses of AnnotationImportJobItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type AnnotationImportJobItem Modifier and Type Method Description List<AnnotationImportJobItem>ListAnnotationImportJobsResponse. annotationImportJobs()A list of jobs.Methods in software.amazon.awssdk.services.omics.model with parameters of type AnnotationImportJobItem Modifier and Type Method Description ListAnnotationImportJobsResponse.BuilderListAnnotationImportJobsResponse.Builder. annotationImportJobs(AnnotationImportJobItem... annotationImportJobs)A list of jobs.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type AnnotationImportJobItem Modifier and Type Method Description ListAnnotationImportJobsResponse.BuilderListAnnotationImportJobsResponse.Builder. annotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)A list of jobs. -
Uses of AnnotationImportJobItem in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type AnnotationImportJobItem Modifier and Type Method Description SdkIterable<AnnotationImportJobItem>ListAnnotationImportJobsIterable. annotationImportJobs()Returns an iterable to iterate through the paginatedListAnnotationImportJobsResponse.annotationImportJobs()member.SdkPublisher<AnnotationImportJobItem>ListAnnotationImportJobsPublisher. annotationImportJobs()Returns a publisher that can be used to get a stream of data.
-