| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static RunExport |
RunExport.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static RunExport |
RunExport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunExport[] |
RunExport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RunExport> |
GetRunRequest.export()
The run's export format.
|
static Set<RunExport> |
RunExport.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetRunRequest.Builder |
GetRunRequest.Builder.export(RunExport... export)
The run's export format.
|
| Modifier and Type | Method and Description |
|---|---|
GetRunRequest.Builder |
GetRunRequest.Builder.export(Collection<RunExport> export)
The run's export format.
|
Copyright © 2023. All rights reserved.