Uses of Class
software.amazon.awssdk.services.autoscaling.model.LaunchTemplateSpecification
-
Packages that use LaunchTemplateSpecification Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LaunchTemplateSpecification in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return LaunchTemplateSpecification Modifier and Type Method Description LaunchTemplateSpecificationAutoScalingGroup. launchTemplate()The launch template for the group.LaunchTemplateSpecificationAutoScalingInstanceDetails. launchTemplate()The launch template for the instance.LaunchTemplateSpecificationCreateAutoScalingGroupRequest. launchTemplate()Information used to specify the launch template and version to use to launch instances.LaunchTemplateSpecificationDesiredConfiguration. launchTemplate()Describes the launch template and the version of the launch template that Amazon EC2 Auto Scaling uses to launch Amazon EC2 instances.LaunchTemplateSpecificationInstance. launchTemplate()The launch template for the instance.LaunchTemplateSpecificationUpdateAutoScalingGroupRequest. launchTemplate()The launch template and version to use to specify the updates.LaunchTemplateSpecificationLaunchTemplate. launchTemplateSpecification()The launch template.LaunchTemplateSpecificationLaunchTemplateOverrides. launchTemplateSpecification()Provides a launch template for the specified instance type or set of instance requirements.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LaunchTemplateSpecification Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)The launch template for the group.AutoScalingInstanceDetails.BuilderAutoScalingInstanceDetails.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)The launch template for the instance.CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)Information used to specify the launch template and version to use to launch instances.DesiredConfiguration.BuilderDesiredConfiguration.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)Describes the launch template and the version of the launch template that Amazon EC2 Auto Scaling uses to launch Amazon EC2 instances.Instance.BuilderInstance.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)The launch template for the instance.UpdateAutoScalingGroupRequest.BuilderUpdateAutoScalingGroupRequest.Builder. launchTemplate(LaunchTemplateSpecification launchTemplate)The launch template and version to use to specify the updates.LaunchTemplate.BuilderLaunchTemplate.Builder. launchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)The launch template.LaunchTemplateOverrides.BuilderLaunchTemplateOverrides.Builder. launchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)Provides a launch template for the specified instance type or set of instance requirements.
-