Uses of Class
com.amazonaws.services.autoscaling.model.Instance
-
Packages that use Instance Package Description com.amazonaws.services.autoscaling.model -
-
Uses of Instance in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return Instance Modifier and Type Method Description InstanceInstance. clone()InstanceInstance. withAvailabilityZone(String availabilityZone)The Availability Zone in which the instance is running.InstanceInstance. withHealthStatus(String healthStatus)The health status of the instance.InstanceInstance. withInstanceId(String instanceId)The ID of the instance.InstanceInstance. withLaunchConfigurationName(String launchConfigurationName)The launch configuration associated with the instance.InstanceInstance. withLifecycleState(LifecycleState lifecycleState)A description of the current lifecycle state.InstanceInstance. withLifecycleState(String lifecycleState)A description of the current lifecycle state.InstanceInstance. withProtectedFromScaleIn(Boolean protectedFromScaleIn)Indicates whether the instance is protected from termination by Auto Scaling when scaling in.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>AutoScalingGroup. getInstances()The EC2 instances associated with the group.Methods in com.amazonaws.services.autoscaling.model with parameters of type Instance Modifier and Type Method Description AutoScalingGroupAutoScalingGroup. withInstances(Instance... instances)The EC2 instances associated with the group.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type Instance Modifier and Type Method Description voidAutoScalingGroup. setInstances(Collection<Instance> instances)The EC2 instances associated with the group.AutoScalingGroupAutoScalingGroup. withInstances(Collection<Instance> instances)The EC2 instances associated with the group.
-