| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the Amazon Omics API Reference.
|
| com.amazonaws.services.omics.model | |
| com.amazonaws.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetRunResult |
AmazonOmicsClient.getRun(GetRunRequest request)
Gets information about a workflow run.
|
GetRunResult |
AbstractAmazonOmics.getRun(GetRunRequest request) |
GetRunResult |
AmazonOmics.getRun(GetRunRequest getRunRequest)
Gets information about a workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRunResult> |
AbstractAmazonOmicsAsync.getRunAsync(GetRunRequest request) |
Future<GetRunResult> |
AmazonOmicsAsync.getRunAsync(GetRunRequest getRunRequest)
Gets information about a workflow run.
|
Future<GetRunResult> |
AmazonOmicsAsyncClient.getRunAsync(GetRunRequest request) |
Future<GetRunResult> |
AbstractAmazonOmicsAsync.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
Future<GetRunResult> |
AmazonOmicsAsync.getRunAsync(GetRunRequest getRunRequest,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
Gets information about a workflow run.
|
Future<GetRunResult> |
AmazonOmicsAsyncClient.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRunResult> |
AbstractAmazonOmicsAsync.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
Future<GetRunResult> |
AmazonOmicsAsync.getRunAsync(GetRunRequest getRunRequest,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
Gets information about a workflow run.
|
Future<GetRunResult> |
AmazonOmicsAsyncClient.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRunResult |
GetRunResult.addResourceDigestsEntry(String key,
String value)
Add a single ResourceDigests entry
|
GetRunResult |
GetRunResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetRunResult |
GetRunResult.clearResourceDigestsEntries()
Removes all the entries added into ResourceDigests.
|
GetRunResult |
GetRunResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetRunResult |
GetRunResult.clone() |
GetRunResult |
GetRunResult.withArn(String arn)
The run's ARN.
|
GetRunResult |
GetRunResult.withCreationTime(Date creationTime)
When the run was created.
|
GetRunResult |
GetRunResult.withDefinition(String definition)
The run's definition.
|
GetRunResult |
GetRunResult.withDigest(String digest)
The run's digest.
|
GetRunResult |
GetRunResult.withId(String id)
The run's ID.
|
GetRunResult |
GetRunResult.withLogLevel(RunLogLevel logLevel)
The run's log level.
|
GetRunResult |
GetRunResult.withLogLevel(String logLevel)
The run's log level.
|
GetRunResult |
GetRunResult.withName(String name)
The run's name.
|
GetRunResult |
GetRunResult.withOutputUri(String outputUri)
The run's output URI.
|
GetRunResult |
GetRunResult.withPriority(Integer priority)
The run's priority.
|
GetRunResult |
GetRunResult.withResourceDigests(Map<String,String> resourceDigests)
The run's resource digests.
|
GetRunResult |
GetRunResult.withRoleArn(String roleArn)
The run's service role ARN.
|
GetRunResult |
GetRunResult.withRunGroupId(String runGroupId)
The run's group ID.
|
GetRunResult |
GetRunResult.withRunId(String runId)
The run's ID.
|
GetRunResult |
GetRunResult.withStartedBy(String startedBy)
Who started the run.
|
GetRunResult |
GetRunResult.withStartTime(Date startTime)
When the run started.
|
GetRunResult |
GetRunResult.withStatus(RunStatus status)
The run's status.
|
GetRunResult |
GetRunResult.withStatus(String status)
The run's status.
|
GetRunResult |
GetRunResult.withStatusMessage(String statusMessage)
The run's status message.
|
GetRunResult |
GetRunResult.withStopTime(Date stopTime)
The run's stop time.
|
GetRunResult |
GetRunResult.withStorageCapacity(Integer storageCapacity)
The run's storage capacity.
|
GetRunResult |
GetRunResult.withTags(Map<String,String> tags)
The run's tags.
|
GetRunResult |
GetRunResult.withWorkflowId(String workflowId)
The run's workflow ID.
|
GetRunResult |
GetRunResult.withWorkflowType(String workflowType)
The run's workflow type.
|
GetRunResult |
GetRunResult.withWorkflowType(WorkflowType workflowType)
The run's workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
GetRunResult |
GetRunFunction.apply(GetRunRequest getRunRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.