Uses of Class
software.amazon.awssdk.services.ecs.model.InstanceLaunchTemplate
-
Packages that use InstanceLaunchTemplate Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of InstanceLaunchTemplate in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return InstanceLaunchTemplate Modifier and Type Method Description InstanceLaunchTemplateCreateManagedInstancesProviderConfiguration. instanceLaunchTemplate()The launch template configuration that specifies how Amazon ECS should launch Amazon EC2 instances.InstanceLaunchTemplateManagedInstancesProvider. instanceLaunchTemplate()The launch template that defines how Amazon ECS launches Amazon ECS Managed Instances.Methods in software.amazon.awssdk.services.ecs.model with parameters of type InstanceLaunchTemplate Modifier and Type Method Description CreateManagedInstancesProviderConfiguration.BuilderCreateManagedInstancesProviderConfiguration.Builder. instanceLaunchTemplate(InstanceLaunchTemplate instanceLaunchTemplate)The launch template configuration that specifies how Amazon ECS should launch Amazon EC2 instances.ManagedInstancesProvider.BuilderManagedInstancesProvider.Builder. instanceLaunchTemplate(InstanceLaunchTemplate instanceLaunchTemplate)The launch template that defines how Amazon ECS launches Amazon ECS Managed Instances.
-