| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkflowResult> |
AmazonOmicsAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AmazonOmicsAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Creates a workflow.
|
Future<CreateWorkflowResult> |
AbstractAmazonOmicsAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.addParameterTemplateEntry(String key,
WorkflowParameter value)
Add a single ParameterTemplate entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearParameterTemplateEntries()
Removes all the entries added into ParameterTemplate.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clone() |
CreateWorkflowRequest |
CreateWorkflowRequest.withAccelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withAccelerators(String accelerators)
The computational accelerator specified to run the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withDefinitionUri(String definitionUri)
The URI of a definition for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withDefinitionZip(ByteBuffer definitionZip)
A ZIP archive for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withDescription(String description)
A description for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withEngine(String engine)
An engine for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withEngine(WorkflowEngine engine)
An engine for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withMain(String main)
The path of the main definition file for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withName(String name)
A name for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withParameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
A parameter template for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withRequestId(String requestId)
To ensure that requests don't run multiple times, specify a unique ID for each request.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withStorageCapacity(Integer storageCapacity)
A storage capacity for the workflow in gibibytes.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTags(Map<String,String> tags)
Tags for the workflow.
|
Copyright © 2024. All rights reserved.