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