| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static CEStatus |
CEStatus.fromValue(String value)
Use this in place of valueOf.
|
static CEStatus |
CEStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CEStatus[] |
CEStatus.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.setStatus(CEStatus status)
The current status of the compute environment (for example,
CREATING or VALID). |
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withStatus(CEStatus status)
The current status of the compute environment (for example,
CREATING or VALID). |
Copyright © 2022. All rights reserved.