Uses of Class
software.amazon.awssdk.services.omics.model.ListAnnotationStoreVersionsResponse
-
Packages that use ListAnnotationStoreVersionsResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators -
-
Uses of ListAnnotationStoreVersionsResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return ListAnnotationStoreVersionsResponse Modifier and Type Method Description default ListAnnotationStoreVersionsResponseOmicsClient. listAnnotationStoreVersions(Consumer<ListAnnotationStoreVersionsRequest.Builder> listAnnotationStoreVersionsRequest)Lists the versions of an annotation store.default ListAnnotationStoreVersionsResponseOmicsClient. listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)Lists the versions of an annotation store.Methods in software.amazon.awssdk.services.omics that return types with arguments of type ListAnnotationStoreVersionsResponse Modifier and Type Method Description default CompletableFuture<ListAnnotationStoreVersionsResponse>OmicsAsyncClient. listAnnotationStoreVersions(Consumer<ListAnnotationStoreVersionsRequest.Builder> listAnnotationStoreVersionsRequest)Lists the versions of an annotation store.default CompletableFuture<ListAnnotationStoreVersionsResponse>OmicsAsyncClient. listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)Lists the versions of an annotation store. -
Uses of ListAnnotationStoreVersionsResponse in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type ListAnnotationStoreVersionsResponse Modifier and Type Method Description Iterator<ListAnnotationStoreVersionsResponse>ListAnnotationStoreVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.omics.paginators with type arguments of type ListAnnotationStoreVersionsResponse Modifier and Type Method Description voidListAnnotationStoreVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnnotationStoreVersionsResponse> subscriber)
-