Uses of Class
com.amazonaws.services.elasticloadbalancing.model.InstanceState
-
Packages that use InstanceState Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of InstanceState in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return InstanceState Modifier and Type Method Description InstanceStateInstanceState. clone()InstanceStateInstanceState. withDescription(String description)A description of the instance state.InstanceStateInstanceState. withInstanceId(String instanceId)The ID of the instance.InstanceStateInstanceState. withReasonCode(String reasonCode)Information about the cause ofOutOfServiceinstances.InstanceStateInstanceState. withState(String state)The current state of the instance.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type InstanceState Modifier and Type Method Description List<InstanceState>DescribeInstanceHealthResult. getInstanceStates()Information about the health of the instances.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type InstanceState Modifier and Type Method Description DescribeInstanceHealthResultDescribeInstanceHealthResult. withInstanceStates(InstanceState... instanceStates)Information about the health of the instances.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type InstanceState Modifier and Type Method Description voidDescribeInstanceHealthResult. setInstanceStates(Collection<InstanceState> instanceStates)Information about the health of the instances.DescribeInstanceHealthResultDescribeInstanceHealthResult. withInstanceStates(Collection<InstanceState> instanceStates)Information about the health of the instances.
-