Uses of Class
software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsRequest
-
Packages that use ListAnnotationStoreVersionsRequest 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 ListAnnotationStoreVersionsRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type ListAnnotationStoreVersionsRequest Modifier and Type Method Description default CompletableFuture<ListAnnotationStoreVersionsResponse>OmicsAsyncClient. listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)Lists the versions of an annotation store.default ListAnnotationStoreVersionsResponseOmicsClient. listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)Lists the versions of an annotation store.default ListAnnotationStoreVersionsPublisherOmicsAsyncClient. listAnnotationStoreVersionsPaginator(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)Lists the versions of an annotation store.default ListAnnotationStoreVersionsIterableOmicsClient. listAnnotationStoreVersionsPaginator(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)Lists the versions of an annotation store. -
Uses of ListAnnotationStoreVersionsRequest in software.amazon.awssdk.services.omics.paginators
Constructors in software.amazon.awssdk.services.omics.paginators with parameters of type ListAnnotationStoreVersionsRequest Constructor Description ListAnnotationStoreVersionsIterable(OmicsClient client, ListAnnotationStoreVersionsRequest firstRequest)ListAnnotationStoreVersionsPublisher(OmicsAsyncClient client, ListAnnotationStoreVersionsRequest firstRequest) -
Uses of ListAnnotationStoreVersionsRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type ListAnnotationStoreVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListAnnotationStoreVersionsRequestMarshaller. marshall(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)
-