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 Instance
Instance. clone()
Instance
Instance. withAvailabilityZone(String availabilityZone)
The Availability Zone in which the instance is running.Instance
Instance. withHealthStatus(String healthStatus)
The health status of the instance.Instance
Instance. withInstanceId(String instanceId)
The ID of the instance.Instance
Instance. withLaunchConfigurationName(String launchConfigurationName)
The launch configuration associated with the instance.Instance
Instance. withLifecycleState(LifecycleState lifecycleState)
A description of the current lifecycle state.Instance
Instance. withLifecycleState(String lifecycleState)
A description of the current lifecycle state.Instance
Instance. 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 AutoScalingGroup
AutoScalingGroup. 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 void
AutoScalingGroup. setInstances(Collection<Instance> instances)
The EC2 instances associated with the group.AutoScalingGroup
AutoScalingGroup. withInstances(Collection<Instance> instances)
The EC2 instances associated with the group.
-