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