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