Uses of Class
software.amazon.awssdk.services.emrserverless.model.JobDriver.Type
-
Packages that use JobDriver.Type Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of JobDriver.Type in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return JobDriver.Type Modifier and Type Method Description JobDriver.TypeJobDriver. type()Retrieve an enum value representing which member of this object is populated.static JobDriver.TypeJobDriver.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JobDriver.Type[]JobDriver.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-