Uses of Class
software.amazon.awssdk.services.eks.model.AMITypes
-
Packages that use AMITypes Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AMITypes in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return AMITypes Modifier and Type Method Description AMITypesCreateNodegroupRequest. amiType()The AMI type for your node group.AMITypesNodegroup. amiType()If the node group was deployed using a launch template with a custom AMI, then this isCUSTOM.static AMITypesAMITypes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AMITypesAMITypes. 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.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type AMITypes Modifier and Type Method Description static Set<AMITypes>AMITypes. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type AMITypes Modifier and Type Method Description CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. amiType(AMITypes amiType)The AMI type for your node group.Nodegroup.BuilderNodegroup.Builder. amiType(AMITypes amiType)If the node group was deployed using a launch template with a custom AMI, then this isCUSTOM.
-