Uses of Class
com.amazonaws.services.autoscaling.model.AutoScalingInstanceDetails
Packages that use AutoScalingInstanceDetails
-
Uses of AutoScalingInstanceDetails in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return AutoScalingInstanceDetailsModifier and TypeMethodDescriptionAutoScalingInstanceDetails.clone()
AutoScalingInstanceDetails.withAutoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group associated with the instance.AutoScalingInstanceDetails.withAvailabilityZone
(String availabilityZone) The Availability Zone for the instance.AutoScalingInstanceDetails.withHealthStatus
(String healthStatus) The health status of this instance.AutoScalingInstanceDetails.withInstanceId
(String instanceId) The ID of the instance.AutoScalingInstanceDetails.withLaunchConfigurationName
(String launchConfigurationName) The launch configuration associated with the instance.AutoScalingInstanceDetails.withLifecycleState
(String lifecycleState) The lifecycle state for the instance.AutoScalingInstanceDetails.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 AutoScalingInstanceDetailsModifier and TypeMethodDescriptionDescribeAutoScalingInstancesResult.getAutoScalingInstances()
The instances.Methods in com.amazonaws.services.autoscaling.model with parameters of type AutoScalingInstanceDetailsModifier and TypeMethodDescriptionDescribeAutoScalingInstancesResult.withAutoScalingInstances
(AutoScalingInstanceDetails... autoScalingInstances) The instances.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type AutoScalingInstanceDetailsModifier and TypeMethodDescriptionvoid
DescribeAutoScalingInstancesResult.setAutoScalingInstances
(Collection<AutoScalingInstanceDetails> autoScalingInstances) The instances.DescribeAutoScalingInstancesResult.withAutoScalingInstances
(Collection<AutoScalingInstanceDetails> autoScalingInstances) The instances.