Uses of Class
software.amazon.awssdk.services.emr.model.ExecutionEngineType
-
Packages that use ExecutionEngineType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ExecutionEngineType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ExecutionEngineType Modifier and Type Method Description static ExecutionEngineTypeExecutionEngineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionEngineTypeExecutionEngineConfig. type()The type of execution engine.static ExecutionEngineTypeExecutionEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionEngineType[]ExecutionEngineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ExecutionEngineType Modifier and Type Method Description static Set<ExecutionEngineType>ExecutionEngineType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type ExecutionEngineType Modifier and Type Method Description ExecutionEngineConfig.BuilderExecutionEngineConfig.Builder. type(ExecutionEngineType type)The type of execution engine.
-