Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.Listener.Builder
Packages that use Listener.Builder
-
Uses of Listener.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return Listener.BuilderModifier and TypeMethodDescriptionListener.Builder.alpnPolicy(String... alpnPolicy) [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.Listener.Builder.alpnPolicy(Collection<String> alpnPolicy) [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.static Listener.BuilderListener.builder()Listener.Builder.certificates(Collection<Certificate> certificates) [HTTPS or TLS listener] The default certificate for the listener.Listener.Builder.certificates(Consumer<Certificate.Builder>... certificates) [HTTPS or TLS listener] The default certificate for the listener.Listener.Builder.certificates(Certificate... certificates) [HTTPS or TLS listener] The default certificate for the listener.Listener.Builder.defaultActions(Collection<Action> defaultActions) The default actions for the listener.Listener.Builder.defaultActions(Consumer<Action.Builder>... defaultActions) The default actions for the listener.Listener.Builder.defaultActions(Action... defaultActions) The default actions for the listener.Listener.Builder.listenerArn(String listenerArn) The Amazon Resource Name (ARN) of the listener.Listener.Builder.loadBalancerArn(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.default Listener.BuilderListener.Builder.mutualAuthentication(Consumer<MutualAuthenticationAttributes.Builder> mutualAuthentication) The mutual authentication configuration information.Listener.Builder.mutualAuthentication(MutualAuthenticationAttributes mutualAuthentication) The mutual authentication configuration information.The port on which the load balancer is listening.The protocol for connections from clients to the load balancer.Listener.Builder.protocol(ProtocolEnum protocol) The protocol for connections from clients to the load balancer.[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.Listener.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Listener.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Listener.Builder>Listener.serializableBuilderClass()