| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model | |
| com.amazonaws.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
AmazonOmicsClient.getWorkflow(GetWorkflowRequest request)
Gets information about a workflow.
|
GetWorkflowResult |
AbstractAmazonOmics.getWorkflow(GetWorkflowRequest request) |
GetWorkflowResult |
AmazonOmics.getWorkflow(GetWorkflowRequest getWorkflowRequest)
Gets information about a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowResult> |
AmazonOmicsAsyncClient.getWorkflowAsync(GetWorkflowRequest request) |
Future<GetWorkflowResult> |
AbstractAmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest request) |
Future<GetWorkflowResult> |
AmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest)
Gets information about a workflow.
|
Future<GetWorkflowResult> |
AmazonOmicsAsyncClient.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AbstractAmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Gets information about a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowResult> |
AmazonOmicsAsyncClient.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AbstractAmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Gets information about a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
GetWorkflowResult.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
GetWorkflowResult |
GetWorkflowResult.addParameterTemplateEntry(String key,
WorkflowParameter value)
Add a single ParameterTemplate entry
|
GetWorkflowResult |
GetWorkflowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetWorkflowResult |
GetWorkflowResult.clearMetadataEntries()
Removes all the entries added into Metadata.
|
GetWorkflowResult |
GetWorkflowResult.clearParameterTemplateEntries()
Removes all the entries added into ParameterTemplate.
|
GetWorkflowResult |
GetWorkflowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetWorkflowResult |
GetWorkflowResult.clone() |
GetWorkflowResult |
GetWorkflowResult.withAccelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResult |
GetWorkflowResult.withAccelerators(String accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResult |
GetWorkflowResult.withArn(String arn)
The workflow's ARN.
|
GetWorkflowResult |
GetWorkflowResult.withCreationTime(Date creationTime)
When the workflow was created.
|
GetWorkflowResult |
GetWorkflowResult.withDefinition(String definition)
The workflow's definition.
|
GetWorkflowResult |
GetWorkflowResult.withDescription(String description)
The workflow's description.
|
GetWorkflowResult |
GetWorkflowResult.withDigest(String digest)
The workflow's digest.
|
GetWorkflowResult |
GetWorkflowResult.withEngine(String engine)
The workflow's engine.
|
GetWorkflowResult |
GetWorkflowResult.withEngine(WorkflowEngine engine)
The workflow's engine.
|
GetWorkflowResult |
GetWorkflowResult.withId(String id)
The workflow's ID.
|
GetWorkflowResult |
GetWorkflowResult.withMain(String main)
The path of the main definition file for the workflow.
|
GetWorkflowResult |
GetWorkflowResult.withMetadata(Map<String,String> metadata)
Gets metadata for workflow.
|
GetWorkflowResult |
GetWorkflowResult.withName(String name)
The workflow's name.
|
GetWorkflowResult |
GetWorkflowResult.withParameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
|
GetWorkflowResult |
GetWorkflowResult.withStatus(String status)
The workflow's status.
|
GetWorkflowResult |
GetWorkflowResult.withStatus(WorkflowStatus status)
The workflow's status.
|
GetWorkflowResult |
GetWorkflowResult.withStatusMessage(String statusMessage)
The workflow's status message.
|
GetWorkflowResult |
GetWorkflowResult.withStorageCapacity(Integer storageCapacity)
The workflow's storage capacity in gibibytes.
|
GetWorkflowResult |
GetWorkflowResult.withTags(Map<String,String> tags)
The workflow's tags.
|
GetWorkflowResult |
GetWorkflowResult.withType(String type)
The workflow's type.
|
GetWorkflowResult |
GetWorkflowResult.withType(WorkflowType type)
The workflow's type.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
GetWorkflowFunction.apply(GetWorkflowRequest getWorkflowRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2025. All rights reserved.