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 InstanceState
InstanceState. clone()
InstanceState
InstanceState. withDescription(String description)
A description of the instance state.InstanceState
InstanceState. withInstanceId(String instanceId)
The ID of the instance.InstanceState
InstanceState. withReasonCode(String reasonCode)
Information about the cause ofOutOfService
instances.InstanceState
InstanceState. 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 DescribeInstanceHealthResult
DescribeInstanceHealthResult. 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 void
DescribeInstanceHealthResult. setInstanceStates(Collection<InstanceState> instanceStates)
Information about the health of the instances.DescribeInstanceHealthResult
DescribeInstanceHealthResult. withInstanceStates(Collection<InstanceState> instanceStates)
Information about the health of the instances.
-