| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static CapacityTypes |
CapacityTypes.fromValue(String value)
Use this in place of valueOf.
|
static CapacityTypes |
CapacityTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityTypes[] |
CapacityTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodegroupRequest |
CreateNodegroupRequest.withCapacityType(CapacityTypes capacityType)
The capacity type for your node group.
|
Nodegroup |
Nodegroup.withCapacityType(CapacityTypes capacityType)
The capacity type of your managed node group.
|
Copyright © 2022. All rights reserved.