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