Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Listener |
Listener.clone() |
Listener |
Listener.withPort(Integer port)
The port that is used by the Listener.
|
Listener |
Listener.withProtocol(String protocol)
The protocol that is used by the Listener.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
|
LoadBalancerDescription |
LoadBalancerDescription.withListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
|
Copyright © 2018. All rights reserved.