Uses of Class
software.amazon.awssdk.services.omics.model.ListAnnotationStoresResponse
-
Packages that use ListAnnotationStoresResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators -
-
Uses of ListAnnotationStoresResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return ListAnnotationStoresResponse Modifier and Type Method Description default ListAnnotationStoresResponseOmicsClient. listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresResponseOmicsClient. listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest)Retrieves a list of annotation stores.Methods in software.amazon.awssdk.services.omics that return types with arguments of type ListAnnotationStoresResponse Modifier and Type Method Description default CompletableFuture<ListAnnotationStoresResponse>OmicsAsyncClient. listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)Retrieves a list of annotation stores.default CompletableFuture<ListAnnotationStoresResponse>OmicsAsyncClient. listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest)Retrieves a list of annotation stores. -
Uses of ListAnnotationStoresResponse in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type ListAnnotationStoresResponse Modifier and Type Method Description Iterator<ListAnnotationStoresResponse>ListAnnotationStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.omics.paginators with type arguments of type ListAnnotationStoresResponse Modifier and Type Method Description voidListAnnotationStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnnotationStoresResponse> subscriber)
-