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