Uses of Class
software.amazon.awssdk.services.eks.model.LaunchTemplateSpecification
-
Packages that use LaunchTemplateSpecification Package Description software.amazon.awssdk.services.eks.model -
-
Uses of LaunchTemplateSpecification in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return LaunchTemplateSpecification Modifier and Type Method Description LaunchTemplateSpecificationCreateNodegroupRequest. launchTemplate()An object representing a node group's launch template specification.LaunchTemplateSpecificationNodegroup. launchTemplate()If a launch template was used to create the node group, then this is the launch template that was used.LaunchTemplateSpecificationUpdateNodegroupVersionRequest. launchTemplate()An object representing a node group's launch template specification.Methods in software.amazon.awssdk.services.eks.model with parameters of type LaunchTemplateSpecification Modifier and Type Method Description CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)An object representing a node group's launch template specification.Nodegroup.BuilderNodegroup.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)If a launch template was used to create the node group, then this is the launch template that was used.UpdateNodegroupVersionRequest.BuilderUpdateNodegroupVersionRequest.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)An object representing a node group's launch template specification.
-