Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
static CEState |
CEState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
ComputeEnvironmentDetail.setState(CEState state)
The state of the compute environment.
|
void |
CreateComputeEnvironmentRequest.setState(CEState state)
The state of the compute environment.
|
void |
UpdateComputeEnvironmentRequest.setState(CEState state)
The state of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withState(CEState state)
The state of the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withState(CEState state)
The state of the compute environment.
|
UpdateComputeEnvironmentRequest |
UpdateComputeEnvironmentRequest.withState(CEState state)
The state of the compute environment.
|
Copyright © 2021. All rights reserved.