Uses of Class
software.amazon.awssdk.services.omics.model.UpdateAnnotationStoreVersionResponse
-
Packages that use UpdateAnnotationStoreVersionResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of UpdateAnnotationStoreVersionResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return UpdateAnnotationStoreVersionResponse Modifier and Type Method Description default UpdateAnnotationStoreVersionResponseOmicsClient. updateAnnotationStoreVersion(Consumer<UpdateAnnotationStoreVersionRequest.Builder> updateAnnotationStoreVersionRequest)Updates the description of an annotation store version.default UpdateAnnotationStoreVersionResponseOmicsClient. updateAnnotationStoreVersion(UpdateAnnotationStoreVersionRequest updateAnnotationStoreVersionRequest)Updates the description of an annotation store version.Methods in software.amazon.awssdk.services.omics that return types with arguments of type UpdateAnnotationStoreVersionResponse Modifier and Type Method Description default CompletableFuture<UpdateAnnotationStoreVersionResponse>OmicsAsyncClient. updateAnnotationStoreVersion(Consumer<UpdateAnnotationStoreVersionRequest.Builder> updateAnnotationStoreVersionRequest)Updates the description of an annotation store version.default CompletableFuture<UpdateAnnotationStoreVersionResponse>OmicsAsyncClient. updateAnnotationStoreVersion(UpdateAnnotationStoreVersionRequest updateAnnotationStoreVersionRequest)Updates the description of an annotation store version.
-