| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static RunLogLevel |
RunLogLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RunLogLevel |
GetRunResponse.logLevel()
The run's log level.
|
RunLogLevel |
StartRunRequest.logLevel()
A log level for the run.
|
static RunLogLevel |
RunLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunLogLevel[] |
RunLogLevel.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<RunLogLevel> |
RunLogLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetRunResponse.Builder |
GetRunResponse.Builder.logLevel(RunLogLevel logLevel)
The run's log level.
|
StartRunRequest.Builder |
StartRunRequest.Builder.logLevel(RunLogLevel logLevel)
A log level for the run.
|
Copyright © 2023. All rights reserved.