Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceState> |
DescribeInstanceHealthResult.instanceStates
Information about the health of the instances.
|
Modifier and Type | Method and Description |
---|---|
InstanceState |
InstanceState.clone() |
InstanceState |
InstanceState.withDescription(java.lang.String description)
A description of the instance state.
|
InstanceState |
InstanceState.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
InstanceState |
InstanceState.withReasonCode(java.lang.String reasonCode)
Information about the cause of
OutOfService instances. |
InstanceState |
InstanceState.withState(java.lang.String state)
The current state of the instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceState> |
DescribeInstanceHealthResult.getInstanceStates()
Information about the health of the instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(InstanceState... instanceStates)
Information about the health of the instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceHealthResult.setInstanceStates(java.util.Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(java.util.Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
Modifier and Type | Method and Description |
---|---|
InstanceState |
InstanceStateStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |