Uses of Class
software.amazon.awssdk.services.omics.model.ListAnnotationStoresRequest
-
Packages that use ListAnnotationStoresRequest Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators software.amazon.awssdk.services.omics.transform -
-
Uses of ListAnnotationStoresRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type ListAnnotationStoresRequest Modifier and Type Method Description default CompletableFuture<ListAnnotationStoresResponse>OmicsAsyncClient. listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresResponseOmicsClient. listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresPublisherOmicsAsyncClient. listAnnotationStoresPaginator(ListAnnotationStoresRequest listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresIterableOmicsClient. listAnnotationStoresPaginator(ListAnnotationStoresRequest listAnnotationStoresRequest)Retrieves a list of annotation stores. -
Uses of ListAnnotationStoresRequest in software.amazon.awssdk.services.omics.paginators
Constructors in software.amazon.awssdk.services.omics.paginators with parameters of type ListAnnotationStoresRequest Constructor Description ListAnnotationStoresIterable(OmicsClient client, ListAnnotationStoresRequest firstRequest)ListAnnotationStoresPublisher(OmicsAsyncClient client, ListAnnotationStoresRequest firstRequest) -
Uses of ListAnnotationStoresRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type ListAnnotationStoresRequest Modifier and Type Method Description SdkHttpFullRequestListAnnotationStoresRequestMarshaller. marshall(ListAnnotationStoresRequest listAnnotationStoresRequest)
-