Uses of Class
software.amazon.awssdk.services.omics.model.ListVariantStoresResponse
-
Packages that use ListVariantStoresResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators -
-
Uses of ListVariantStoresResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return ListVariantStoresResponse Modifier and Type Method Description default ListVariantStoresResponseOmicsClient. listVariantStores(Consumer<ListVariantStoresRequest.Builder> listVariantStoresRequest)Retrieves a list of variant stores.default ListVariantStoresResponseOmicsClient. listVariantStores(ListVariantStoresRequest listVariantStoresRequest)Retrieves a list of variant stores.Methods in software.amazon.awssdk.services.omics that return types with arguments of type ListVariantStoresResponse Modifier and Type Method Description default CompletableFuture<ListVariantStoresResponse>OmicsAsyncClient. listVariantStores(Consumer<ListVariantStoresRequest.Builder> listVariantStoresRequest)Retrieves a list of variant stores.default CompletableFuture<ListVariantStoresResponse>OmicsAsyncClient. listVariantStores(ListVariantStoresRequest listVariantStoresRequest)Retrieves a list of variant stores. -
Uses of ListVariantStoresResponse in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type ListVariantStoresResponse Modifier and Type Method Description Iterator<ListVariantStoresResponse>ListVariantStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.omics.paginators with type arguments of type ListVariantStoresResponse Modifier and Type Method Description voidListVariantStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVariantStoresResponse> subscriber)
-