Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
InstanceState |
InstanceState.withDescription(String description)
Provides a description of the instance state.
|
InstanceState |
InstanceState.withInstanceId(String instanceId)
Provides an EC2 instance ID.
|
InstanceState |
InstanceState.withReasonCode(String reasonCode)
Provides information about the cause of OutOfService instances.
|
InstanceState |
InstanceState.withState(String state)
Specifies the current state of the instance.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceState> |
DescribeInstanceHealthResult.getInstanceStates()
A list containing health information for the specified instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(InstanceState... instanceStates)
A list containing health information for the specified instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceHealthResult.setInstanceStates(Collection<InstanceState> instanceStates)
A list containing health information for the specified instances.
|
DescribeInstanceHealthResult |
DescribeInstanceHealthResult.withInstanceStates(Collection<InstanceState> instanceStates)
A list containing health information for the specified instances.
|
Copyright © 2014. All rights reserved.