Uses of Class
software.amazon.awssdk.services.omics.model.DeleteAnnotationStoreVersionsResponse
-
Packages that use DeleteAnnotationStoreVersionsResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of DeleteAnnotationStoreVersionsResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return DeleteAnnotationStoreVersionsResponse Modifier and Type Method Description default DeleteAnnotationStoreVersionsResponseOmicsClient. deleteAnnotationStoreVersions(Consumer<DeleteAnnotationStoreVersionsRequest.Builder> deleteAnnotationStoreVersionsRequest)Deletes one or multiple versions of an annotation store.default DeleteAnnotationStoreVersionsResponseOmicsClient. deleteAnnotationStoreVersions(DeleteAnnotationStoreVersionsRequest deleteAnnotationStoreVersionsRequest)Deletes one or multiple versions of an annotation store.Methods in software.amazon.awssdk.services.omics that return types with arguments of type DeleteAnnotationStoreVersionsResponse Modifier and Type Method Description default CompletableFuture<DeleteAnnotationStoreVersionsResponse>OmicsAsyncClient. deleteAnnotationStoreVersions(Consumer<DeleteAnnotationStoreVersionsRequest.Builder> deleteAnnotationStoreVersionsRequest)Deletes one or multiple versions of an annotation store.default CompletableFuture<DeleteAnnotationStoreVersionsResponse>OmicsAsyncClient. deleteAnnotationStoreVersions(DeleteAnnotationStoreVersionsRequest deleteAnnotationStoreVersionsRequest)Deletes one or multiple versions of an annotation store.
-