Uses of Class
software.amazon.awssdk.services.omics.model.CreateAnnotationStoreResponse
-
Packages that use CreateAnnotationStoreResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of CreateAnnotationStoreResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return CreateAnnotationStoreResponse Modifier and Type Method Description default CreateAnnotationStoreResponseOmicsClient. createAnnotationStore(Consumer<CreateAnnotationStoreRequest.Builder> createAnnotationStoreRequest)Creates an annotation store.default CreateAnnotationStoreResponseOmicsClient. createAnnotationStore(CreateAnnotationStoreRequest createAnnotationStoreRequest)Creates an annotation store.Methods in software.amazon.awssdk.services.omics that return types with arguments of type CreateAnnotationStoreResponse Modifier and Type Method Description default CompletableFuture<CreateAnnotationStoreResponse>OmicsAsyncClient. createAnnotationStore(Consumer<CreateAnnotationStoreRequest.Builder> createAnnotationStoreRequest)Creates an annotation store.default CompletableFuture<CreateAnnotationStoreResponse>OmicsAsyncClient. createAnnotationStore(CreateAnnotationStoreRequest createAnnotationStoreRequest)Creates an annotation store.
-