| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerState |
LoadBalancerState.clone() |
LoadBalancerState |
LoadBalancer.getState()
The state of the load balancer.
|
LoadBalancerState |
LoadBalancerState.withCode(LoadBalancerStateEnum code)
The state code.
|
LoadBalancerState |
LoadBalancerState.withCode(String code)
The state code.
|
LoadBalancerState |
LoadBalancerState.withReason(String reason)
A description of the state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.setState(LoadBalancerState state)
The state of the load balancer.
|
LoadBalancer |
LoadBalancer.withState(LoadBalancerState state)
The state of the load balancer.
|
Copyright © 2017. All rights reserved.