| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static JobDefinitionType |
JobDefinitionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobDefinitionType |
RegisterJobDefinitionRequest.type()
The type of job definition.
|
static JobDefinitionType |
JobDefinitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobDefinitionType[] |
JobDefinitionType.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<JobDefinitionType> |
JobDefinitionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterJobDefinitionRequest.Builder |
RegisterJobDefinitionRequest.Builder.type(JobDefinitionType type)
The type of job definition.
|
Copyright © 2023. All rights reserved.