Java com.amazonaws.services.elasticloadbalancing.model Listener fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticloadbalancing.model Listener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticloadbalancing.model Listener.

The text is from its open source code.

Constructor

Listener(String protocol, Integer loadBalancerPort, Integer instancePort)
Constructs a new Listener object.
Listener()
Default constructor for Listener object.

Method

IntegergetInstancePort()

The port on which the instance is listening.

StringgetInstanceProtocol()

The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.

IntegergetLoadBalancerPort()

The port on which the load balancer is listening.

StringgetProtocol()

The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

StringgetSSLCertificateId()

The Amazon Resource Name (ARN) of the server certificate.

voidsetInstancePort(Integer instancePort)

The port on which the instance is listening.

voidsetInstanceProtocol(String instanceProtocol)

The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.

voidsetLoadBalancerPort(Integer loadBalancerPort)

The port on which the load balancer is listening.

voidsetProtocol(String protocol)

The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

voidsetSSLCertificateId(String sSLCertificateId)

The Amazon Resource Name (ARN) of the server certificate.

ListenerwithInstancePort(Integer instancePort)

The port on which the instance is listening.

ListenerwithLoadBalancerPort(Integer loadBalancerPort)

The port on which the load balancer is listening.

ListenerwithProtocol(String protocol)

The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

ListenerwithSSLCertificateId(String sSLCertificateId)

The Amazon Resource Name (ARN) of the server certificate.