| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
LaunchTemplateSpecification.clone() |
LaunchTemplateSpecification |
UpdateNodegroupVersionRequest.getLaunchTemplate()
An object representing a node group's launch template specification.
|
LaunchTemplateSpecification |
CreateNodegroupRequest.getLaunchTemplate()
An object representing a node group's launch template specification.
|
LaunchTemplateSpecification |
Nodegroup.getLaunchTemplate()
If a launch template was used to create the node group, then this is the launch template that was used.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withId(String id)
The ID of the launch template.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withName(String name)
The name of the launch template.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withVersion(String version)
The version number of the launch template to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNodegroupVersionRequest.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
void |
CreateNodegroupRequest.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
void |
Nodegroup.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
If a launch template was used to create the node group, then this is the launch template that was used.
|
UpdateNodegroupVersionRequest |
UpdateNodegroupVersionRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
CreateNodegroupRequest |
CreateNodegroupRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
Nodegroup |
Nodegroup.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
If a launch template was used to create the node group, then this is the launch template that was used.
|
Copyright © 2023. All rights reserved.