Uses of Class
software.amazon.awssdk.services.omics.model.ListReferenceStoresResponse
-
Packages that use ListReferenceStoresResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators -
-
Uses of ListReferenceStoresResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return ListReferenceStoresResponse Modifier and Type Method Description default ListReferenceStoresResponseOmicsClient. listReferenceStores(Consumer<ListReferenceStoresRequest.Builder> listReferenceStoresRequest)Retrieves a list of reference stores.default ListReferenceStoresResponseOmicsClient. listReferenceStores(ListReferenceStoresRequest listReferenceStoresRequest)Retrieves a list of reference stores.Methods in software.amazon.awssdk.services.omics that return types with arguments of type ListReferenceStoresResponse Modifier and Type Method Description default CompletableFuture<ListReferenceStoresResponse>OmicsAsyncClient. listReferenceStores(Consumer<ListReferenceStoresRequest.Builder> listReferenceStoresRequest)Retrieves a list of reference stores.default CompletableFuture<ListReferenceStoresResponse>OmicsAsyncClient. listReferenceStores(ListReferenceStoresRequest listReferenceStoresRequest)Retrieves a list of reference stores. -
Uses of ListReferenceStoresResponse in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type ListReferenceStoresResponse Modifier and Type Method Description Iterator<ListReferenceStoresResponse>ListReferenceStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.omics.paginators with type arguments of type ListReferenceStoresResponse Modifier and Type Method Description voidListReferenceStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReferenceStoresResponse> subscriber)
-