Uses of Class
com.amazonaws.services.elasticloadbalancing.model.InstanceState
Packages that use InstanceState
-
Uses of InstanceState in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return InstanceStateModifier and TypeMethodDescriptionInstanceState.clone()
InstanceState.withDescription
(String description) A description of the instance state.InstanceState.withInstanceId
(String instanceId) The ID of the instance.InstanceState.withReasonCode
(String reasonCode) Information about the cause ofOutOfService
instances.The current state of the instance.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type InstanceStateModifier and TypeMethodDescriptionDescribeInstanceHealthResult.getInstanceStates()
Information about the health of the instances.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type InstanceStateModifier and TypeMethodDescriptionDescribeInstanceHealthResult.withInstanceStates
(InstanceState... instanceStates) Information about the health of the instances.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type InstanceStateModifier and TypeMethodDescriptionvoid
DescribeInstanceHealthResult.setInstanceStates
(Collection<InstanceState> instanceStates) Information about the health of the instances.DescribeInstanceHealthResult.withInstanceStates
(Collection<InstanceState> instanceStates) Information about the health of the instances.