| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static AMITypes |
AMITypes.fromValue(String value)
Use this in place of valueOf.
|
static AMITypes |
AMITypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMITypes[] |
AMITypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Nodegroup |
Nodegroup.withAmiType(AMITypes amiType)
If the node group was deployed using a launch template with a custom AMI, then this is
CUSTOM. |
CreateNodegroupRequest |
CreateNodegroupRequest.withAmiType(AMITypes amiType)
The AMI type for your node group.
|
Copyright © 2023. All rights reserved.