Uses of Class
software.amazon.awssdk.services.omics.model.RunLogLevel
-
Packages that use RunLogLevel Package Description software.amazon.awssdk.services.omics.model -
-
Uses of RunLogLevel in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return RunLogLevel Modifier and Type Method Description static RunLogLevelRunLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunLogLevelGetRunResponse. logLevel()The run's log level.RunLogLevelStartRunRequest. logLevel()A log level for the run.static RunLogLevelRunLogLevel. 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.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type RunLogLevel Modifier and Type Method Description static Set<RunLogLevel>RunLogLevel. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type RunLogLevel Modifier and Type Method Description GetRunResponse.BuilderGetRunResponse.Builder. logLevel(RunLogLevel logLevel)The run's log level.StartRunRequest.BuilderStartRunRequest.Builder. logLevel(RunLogLevel logLevel)A log level for the run.
-