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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonElasticLoadBalancingClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Elastic Load Balancing.
AmazonElasticLoadBalancingClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials.
AmazonElasticLoadBalancingClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider.
AmazonElasticLoadBalancingClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Elastic Load Balancing using the specified parameters.
AmazonElasticLoadBalancingClient()
Constructs a new client to invoke service methods on Elastic Load Balancing.
AmazonElasticLoadBalancingClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials and client configuration options.
AmazonElasticLoadBalancingClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider and client configuration options.
AmazonElasticLoadBalancingClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on Elastic Load Balancing using the specified parameters.

Method

AmazonElasticLoadBalancingClientBuilderbuilder()
ConfigureHealthCheckResultconfigureHealthCheck(ConfigureHealthCheckRequest request)

Specifies the health check settings to use when evaluating the health state of your EC2 instances.

CreateLoadBalancerResultcreateLoadBalancer(CreateLoadBalancerRequest request)

Creates a Classic Load Balancer.

CreateLoadBalancerListenersResultcreateLoadBalancerListeners( CreateLoadBalancerListenersRequest request)

Creates one or more listeners for the specified load balancer.

DeleteLoadBalancerResultdeleteLoadBalancer(DeleteLoadBalancerRequest request)

Deletes the specified load balancer.

DeleteLoadBalancerListenersResultdeleteLoadBalancerListeners( DeleteLoadBalancerListenersRequest request)

Deletes the specified listeners from the specified load balancer.

DeregisterInstancesFromLoadBalancerResultderegisterInstancesFromLoadBalancer( DeregisterInstancesFromLoadBalancerRequest request)

Deregisters the specified instances from the specified load balancer.

DescribeLoadBalancerAttributesResultdescribeLoadBalancerAttributes( DescribeLoadBalancerAttributesRequest request)

Describes the attributes for the specified load balancer.

DescribeLoadBalancersResultdescribeLoadBalancers(DescribeLoadBalancersRequest request)

Describes the specified the load balancers.

DescribeTagsResultdescribeTags(DescribeTagsRequest request)

Describes the tags associated with the specified load balancers.

RegisterInstancesWithLoadBalancerResultregisterInstancesWithLoadBalancer( RegisterInstancesWithLoadBalancerRequest request)

Adds the specified instances to the specified load balancer.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client.
voidsetEndpoint(String endpoint, String serviceName, String regionId)
Allows specifying the endpoint along with signing information (service name and signing region).
voidsetRegion(Region region)
An alternative to AmazonWebServiceClient#setEndpoint(String) , sets the regional endpoint for this client's service calls.
voidsetServiceNameIntern(String serviceName)
An internal method used to explicitly override the service name computed by the default implementation.