Uses of Class
software.amazon.awssdk.services.omics.model.UpdateAnnotationStoreResponse
-
Packages that use UpdateAnnotationStoreResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of UpdateAnnotationStoreResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return UpdateAnnotationStoreResponse Modifier and Type Method Description default UpdateAnnotationStoreResponseOmicsClient. updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest)Updates an annotation store.default UpdateAnnotationStoreResponseOmicsClient. updateAnnotationStore(UpdateAnnotationStoreRequest updateAnnotationStoreRequest)Updates an annotation store.Methods in software.amazon.awssdk.services.omics that return types with arguments of type UpdateAnnotationStoreResponse Modifier and Type Method Description default CompletableFuture<UpdateAnnotationStoreResponse>OmicsAsyncClient. updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest)Updates an annotation store.default CompletableFuture<UpdateAnnotationStoreResponse>OmicsAsyncClient. updateAnnotationStore(UpdateAnnotationStoreRequest updateAnnotationStoreRequest)Updates an annotation store.
-