| 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<StartRunResult> |
AmazonOmicsAsyncClient.startRunAsync(StartRunRequest request,
AsyncHandler<StartRunRequest,StartRunResult> asyncHandler) |
Future<StartRunResult> |
AmazonOmicsAsync.startRunAsync(StartRunRequest startRunRequest,
AsyncHandler<StartRunRequest,StartRunResult> asyncHandler)
Starts a run.
|
Future<StartRunResult> |
AbstractAmazonOmicsAsync.startRunAsync(StartRunRequest request,
AsyncHandler<StartRunRequest,StartRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartRunRequest |
StartRunRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartRunRequest |
StartRunRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartRunRequest |
StartRunRequest.clone() |
StartRunRequest |
StartRunRequest.withLogLevel(RunLogLevel logLevel)
A log level for the run.
|
StartRunRequest |
StartRunRequest.withLogLevel(String logLevel)
A log level for the run.
|
StartRunRequest |
StartRunRequest.withName(String name)
A name for the run.
|
StartRunRequest |
StartRunRequest.withOutputUri(String outputUri)
An output URI for the run.
|
StartRunRequest |
StartRunRequest.withPriority(Integer priority)
A priority for the run.
|
StartRunRequest |
StartRunRequest.withRequestId(String requestId)
To ensure that requests don't run multiple times, specify a unique ID for each request.
|
StartRunRequest |
StartRunRequest.withRoleArn(String roleArn)
A service role for the run.
|
StartRunRequest |
StartRunRequest.withRunGroupId(String runGroupId)
The run's group ID.
|
StartRunRequest |
StartRunRequest.withRunId(String runId)
The run's ID.
|
StartRunRequest |
StartRunRequest.withStorageCapacity(Integer storageCapacity)
A storage capacity for the run in gigabytes.
|
StartRunRequest |
StartRunRequest.withTags(Map<String,String> tags)
Tags for the run.
|
StartRunRequest |
StartRunRequest.withWorkflowId(String workflowId)
The run's workflow ID.
|
StartRunRequest |
StartRunRequest.withWorkflowType(String workflowType)
The run's workflows type.
|
StartRunRequest |
StartRunRequest.withWorkflowType(WorkflowType workflowType)
The run's workflows type.
|
Copyright © 2023. All rights reserved.