| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static ArrayJobDependency |
ArrayJobDependency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ArrayJobDependency |
JobDependency.type()
The type of the job dependency.
|
static ArrayJobDependency |
ArrayJobDependency.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ArrayJobDependency> |
ArrayJobDependency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobDependency.Builder |
JobDependency.Builder.type(ArrayJobDependency type)
The type of the job dependency.
|
Copyright © 2023. All rights reserved.