| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AMITypes |
CreateNodegroupRequest.amiType()
The AMI type for your node group.
|
AMITypes |
Nodegroup.amiType()
If the node group was deployed using a launch template with a custom AMI, then this is
CUSTOM. |
static AMITypes |
AMITypes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AMITypes> |
AMITypes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.amiType(AMITypes amiType)
The AMI type for your node group.
|
Nodegroup.Builder |
Nodegroup.Builder.amiType(AMITypes amiType)
If the node group was deployed using a launch template with a custom AMI, then this is
CUSTOM. |
Copyright © 2020. All rights reserved.