Uses of Class
software.amazon.awssdk.services.omics.model.CreateAnnotationStoreVersionResponse
-
Packages that use CreateAnnotationStoreVersionResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of CreateAnnotationStoreVersionResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return CreateAnnotationStoreVersionResponse Modifier and Type Method Description default CreateAnnotationStoreVersionResponseOmicsClient. createAnnotationStoreVersion(Consumer<CreateAnnotationStoreVersionRequest.Builder> createAnnotationStoreVersionRequest)Creates a new version of an annotation store.default CreateAnnotationStoreVersionResponseOmicsClient. createAnnotationStoreVersion(CreateAnnotationStoreVersionRequest createAnnotationStoreVersionRequest)Creates a new version of an annotation store.Methods in software.amazon.awssdk.services.omics that return types with arguments of type CreateAnnotationStoreVersionResponse Modifier and Type Method Description default CompletableFuture<CreateAnnotationStoreVersionResponse>OmicsAsyncClient. createAnnotationStoreVersion(Consumer<CreateAnnotationStoreVersionRequest.Builder> createAnnotationStoreVersionRequest)Creates a new version of an annotation store.default CompletableFuture<CreateAnnotationStoreVersionResponse>OmicsAsyncClient. createAnnotationStoreVersion(CreateAnnotationStoreVersionRequest createAnnotationStoreVersionRequest)Creates a new version of an annotation store.
-