Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Listener> |
LoadBalancerDescription.listeners
A list of Listeners used by the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
Listener |
Listener.clone() |
Listener |
Listener.withPort(java.lang.Integer port)
The port that is used by the Listener.
|
Listener |
Listener.withProtocol(java.lang.String protocol)
The protocol that is used by the Listener.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Listener> |
LoadBalancerDescription.getListeners()
A list of Listeners used by the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerDescription |
LoadBalancerDescription.withListeners(Listener... listeners)
A list of Listeners used by the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerDescription.setListeners(java.util.Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
|
LoadBalancerDescription |
LoadBalancerDescription.withListeners(java.util.Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
Listener |
ListenerStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |