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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetAvailabilityZones()

The Availability Zones for the load balancer.

StringgetCanonicalHostedZoneName()

The DNS name of the load balancer.

StringgetCanonicalHostedZoneNameID()

The ID of the Amazon Route 53 hosted zone for the load balancer.

java.util.DategetCreatedTime()

The date and time the load balancer was created.

StringgetDNSName()

The DNS name of the load balancer.

HealthCheckgetHealthCheck()

Information about the health checks conducted on the load balancer.

java.util.ListgetInstances()

The IDs of the instances for the load balancer.

java.util.ListgetListenerDescriptions()

The listeners for the load balancer.

StringgetLoadBalancerName()

The name of the load balancer.

PoliciesgetPolicies()

The policies defined for the load balancer.

StringgetScheme()

The type of load balancer.

java.util.ListgetSecurityGroups()

The security groups for the load balancer.

SourceSecurityGroupgetSourceSecurityGroup()

The security group for the load balancer, which you can use as part of your inbound rules for your registered instances.

java.util.ListgetSubnets()

The IDs of the subnets for the load balancer.

StringgetVPCId()

The ID of the VPC for the load balancer.