| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.clone() |
Listener |
Listener.withAlpnPolicy(Collection<String> alpnPolicy)
[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
|
Listener |
Listener.withAlpnPolicy(String... alpnPolicy)
[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
|
Listener |
Listener.withCertificates(Certificate... certificates)
[HTTPS or TLS listener] The default certificate for the listener.
|
Listener |
Listener.withCertificates(Collection<Certificate> certificates)
[HTTPS or TLS listener] The default certificate for the listener.
|
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.withMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
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)
[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
ModifyListenerResult.getListeners()
Information about the modified listener.
|
List<Listener> |
DescribeListenersResult.getListeners()
Information about the listeners.
|
List<Listener> |
CreateListenerResult.getListeners()
Information about the listener.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResult |
ModifyListenerResult.withListeners(Listener... listeners)
Information about the modified listener.
|
DescribeListenersResult |
DescribeListenersResult.withListeners(Listener... listeners)
Information about the listeners.
|
CreateListenerResult |
CreateListenerResult.withListeners(Listener... listeners)
Information about the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyListenerResult.setListeners(Collection<Listener> listeners)
Information about the modified listener.
|
void |
DescribeListenersResult.setListeners(Collection<Listener> listeners)
Information about the listeners.
|
void |
CreateListenerResult.setListeners(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.
|
CreateListenerResult |
CreateListenerResult.withListeners(Collection<Listener> listeners)
Information about the listener.
|
Copyright © 2023. All rights reserved.