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