| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.clone() |
Listener |
Listener.withCertificates(Certificate... certificates)
The SSL server certificate.
|
Listener |
Listener.withCertificates(Collection<Certificate> certificates)
The SSL server certificate.
|
Listener |
Listener.withDefaultActions(Action... defaultActions)
The default actions for the listener.
|
Listener |
Listener.withDefaultActions(Collection<Action> defaultActions)
The default actions for the listener.
|
Listener |
Listener.withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
Listener |
Listener.withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
Listener |
Listener.withPort(Integer port)
The port on which the load balancer is listening.
|
Listener |
Listener.withProtocol(ProtocolEnum protocol)
The protocol for connections from clients to the load balancer.
|
Listener |
Listener.withProtocol(String protocol)
The protocol for connections from clients to the load balancer.
|
Listener |
Listener.withSslPolicy(String sslPolicy)
The security policy that defines which ciphers and protocols are supported.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
CreateListenerResult.getListeners()
Information about the listener.
|
List<Listener> |
ModifyListenerResult.getListeners()
Information about the modified listener.
|
List<Listener> |
DescribeListenersResult.getListeners()
Information about the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
CreateListenerResult |
CreateListenerResult.withListeners(Listener... listeners)
Information about the listener.
|
ModifyListenerResult |
ModifyListenerResult.withListeners(Listener... listeners)
Information about the modified listener.
|
DescribeListenersResult |
DescribeListenersResult.withListeners(Listener... listeners)
Information about the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateListenerResult.setListeners(Collection<Listener> listeners)
Information about the listener.
|
void |
ModifyListenerResult.setListeners(Collection<Listener> listeners)
Information about the modified listener.
|
void |
DescribeListenersResult.setListeners(Collection<Listener> listeners)
Information about the listeners.
|
CreateListenerResult |
CreateListenerResult.withListeners(Collection<Listener> listeners)
Information about the listener.
|
ModifyListenerResult |
ModifyListenerResult.withListeners(Collection<Listener> listeners)
Information about the modified listener.
|
DescribeListenersResult |
DescribeListenersResult.withListeners(Collection<Listener> listeners)
Information about the listeners.
|
Copyright © 2019. All rights reserved.