| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static OrchestrationType |
OrchestrationType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ComputeEnvironmentDetail.setContainerOrchestrationType(OrchestrationType containerOrchestrationType)
The orchestration type of the compute environment.
|
JobDefinition |
JobDefinition.withContainerOrchestrationType(OrchestrationType containerOrchestrationType)
The orchestration type of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withContainerOrchestrationType(OrchestrationType containerOrchestrationType)
The orchestration type of the compute environment.
|
Copyright © 2023. All rights reserved.