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