Uses of Class
software.amazon.awssdk.services.omics.model.DeleteRunRequest
-
Packages that use DeleteRunRequest Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.transform -
-
Uses of DeleteRunRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type DeleteRunRequest Modifier and Type Method Description default CompletableFuture<DeleteRunResponse>OmicsAsyncClient. deleteRun(DeleteRunRequest deleteRunRequest)Deletes a workflow run.default DeleteRunResponseOmicsClient. deleteRun(DeleteRunRequest deleteRunRequest)Deletes a workflow run. -
Uses of DeleteRunRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type DeleteRunRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRunRequestMarshaller. marshall(DeleteRunRequest deleteRunRequest)
-