Uses of Class
software.amazon.awssdk.services.pcs.model.CustomLaunchTemplate
-
Packages that use CustomLaunchTemplate Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of CustomLaunchTemplate in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return CustomLaunchTemplate Modifier and Type Method Description CustomLaunchTemplateComputeNodeGroup. customLaunchTemplate()Returns the value of the CustomLaunchTemplate property for this object.CustomLaunchTemplateCreateComputeNodeGroupRequest. customLaunchTemplate()Returns the value of the CustomLaunchTemplate property for this object.CustomLaunchTemplateUpdateComputeNodeGroupRequest. customLaunchTemplate()Returns the value of the CustomLaunchTemplate property for this object.Methods in software.amazon.awssdk.services.pcs.model with parameters of type CustomLaunchTemplate Modifier and Type Method Description ComputeNodeGroup.BuilderComputeNodeGroup.Builder. customLaunchTemplate(CustomLaunchTemplate customLaunchTemplate)Sets the value of the CustomLaunchTemplate property for this object.CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. customLaunchTemplate(CustomLaunchTemplate customLaunchTemplate)Sets the value of the CustomLaunchTemplate property for this object.UpdateComputeNodeGroupRequest.BuilderUpdateComputeNodeGroupRequest.Builder. customLaunchTemplate(CustomLaunchTemplate customLaunchTemplate)Sets the value of the CustomLaunchTemplate property for this object.
-