Uses of Class
com.amazonaws.services.autoscaling.model.Instance
Packages that use Instance
-
Uses of Instance in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return InstanceModifier and TypeMethodDescriptionInstance.clone()
Instance.withAvailabilityZone
(String availabilityZone) The Availability Zone in which the instance is running.Instance.withHealthStatus
(String healthStatus) The health status of the instance.Instance.withInstanceId
(String instanceId) The ID of the instance.Instance.withLaunchConfigurationName
(String launchConfigurationName) The launch configuration associated with the instance.Instance.withLifecycleState
(LifecycleState lifecycleState) A description of the current lifecycle state.Instance.withLifecycleState
(String lifecycleState) A description of the current lifecycle state.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 InstanceModifier and TypeMethodDescriptionAutoScalingGroup.getInstances()
The EC2 instances associated with the group.Methods in com.amazonaws.services.autoscaling.model with parameters of type InstanceModifier and TypeMethodDescriptionAutoScalingGroup.withInstances
(Instance... instances) The EC2 instances associated with the group.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type InstanceModifier and TypeMethodDescriptionvoid
AutoScalingGroup.setInstances
(Collection<Instance> instances) The EC2 instances associated with the group.AutoScalingGroup.withInstances
(Collection<Instance> instances) The EC2 instances associated with the group.