Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and 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 of
OutOfService instances. |
InstanceState |
InstanceState.withState(String state)
The current state of the instance.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
Copyright © 2016. All rights reserved.