| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static CEType |
CEType.fromValue(String value)
Use this in place of valueOf.
|
static CEType |
CEType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CEType[] |
CEType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateComputeEnvironmentRequest.setType(CEType type)
The type of the compute environment.
|
void |
ComputeEnvironmentDetail.setType(CEType type)
The type of the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withType(CEType type)
The type of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withType(CEType type)
The type of the compute environment.
|
Copyright © 2017. All rights reserved.