Uses of Class
software.amazon.awssdk.services.omics.model.ListAnnotationImportJobsResponse
-
Packages that use ListAnnotationImportJobsResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators -
-
Uses of ListAnnotationImportJobsResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return ListAnnotationImportJobsResponse Modifier and Type Method Description default ListAnnotationImportJobsResponseOmicsClient. listAnnotationImportJobs(Consumer<ListAnnotationImportJobsRequest.Builder> listAnnotationImportJobsRequest)Retrieves a list of annotation import jobs.default ListAnnotationImportJobsResponseOmicsClient. listAnnotationImportJobs(ListAnnotationImportJobsRequest listAnnotationImportJobsRequest)Retrieves a list of annotation import jobs.Methods in software.amazon.awssdk.services.omics that return types with arguments of type ListAnnotationImportJobsResponse Modifier and Type Method Description default CompletableFuture<ListAnnotationImportJobsResponse>OmicsAsyncClient. listAnnotationImportJobs(Consumer<ListAnnotationImportJobsRequest.Builder> listAnnotationImportJobsRequest)Retrieves a list of annotation import jobs.default CompletableFuture<ListAnnotationImportJobsResponse>OmicsAsyncClient. listAnnotationImportJobs(ListAnnotationImportJobsRequest listAnnotationImportJobsRequest)Retrieves a list of annotation import jobs. -
Uses of ListAnnotationImportJobsResponse in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type ListAnnotationImportJobsResponse Modifier and Type Method Description Iterator<ListAnnotationImportJobsResponse>ListAnnotationImportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.omics.paginators with type arguments of type ListAnnotationImportJobsResponse Modifier and Type Method Description voidListAnnotationImportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnnotationImportJobsResponse> subscriber)
-