Uses of Class
software.amazon.awssdk.services.omics.model.DeleteAnnotationStoreRequest
-
Packages that use DeleteAnnotationStoreRequest Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.transform -
-
Uses of DeleteAnnotationStoreRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type DeleteAnnotationStoreRequest Modifier and Type Method Description default CompletableFuture<DeleteAnnotationStoreResponse>OmicsAsyncClient. deleteAnnotationStore(DeleteAnnotationStoreRequest deleteAnnotationStoreRequest)Deletes an annotation store.default DeleteAnnotationStoreResponseOmicsClient. deleteAnnotationStore(DeleteAnnotationStoreRequest deleteAnnotationStoreRequest)Deletes an annotation store. -
Uses of DeleteAnnotationStoreRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type DeleteAnnotationStoreRequest Modifier and Type Method Description SdkHttpFullRequestDeleteAnnotationStoreRequestMarshaller. marshall(DeleteAnnotationStoreRequest deleteAnnotationStoreRequest)
-