| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static CEType |
CEType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CEType |
ComputeEnvironmentDetail.type()
The type of the compute environment:
MANAGED or UNMANAGED. |
CEType |
CreateComputeEnvironmentRequest.type()
The type of the compute environment:
MANAGED or UNMANAGED. |
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 |
|---|---|
static Set<CEType> |
CEType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.type(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED. |
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.type(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED. |
Copyright © 2023. All rights reserved.