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