| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
CreateNodegroupRequest.launchTemplate()
An object representing a node group's launch template specification.
|
LaunchTemplateSpecification |
UpdateNodegroupVersionRequest.launchTemplate()
An object representing a node group's launch template specification.
|
LaunchTemplateSpecification |
Nodegroup.launchTemplate()
If a launch template was used to create the node group, then this is the launch template that was used.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
UpdateNodegroupVersionRequest.Builder |
UpdateNodegroupVersionRequest.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
Nodegroup.Builder |
Nodegroup.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
If a launch template was used to create the node group, then this is the launch template that was used.
|
Copyright © 2022. All rights reserved.