| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancing |
|
| com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing
|
| Modifier and Type | Method and Description |
|---|---|
SetLoadBalancerPoliciesForBackendServerResult |
AmazonElasticLoadBalancingClient.setLoadBalancerPoliciesForBackendServer(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
Replaces the set of policies associated with the specified port on which
the EC2 instance is listening with a new set of policies.
|
SetLoadBalancerPoliciesForBackendServerResult |
AmazonElasticLoadBalancing.setLoadBalancerPoliciesForBackendServer(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
Replaces the set of policies associated with the specified port on which
the EC2 instance is listening with a new set of policies.
|
Future<SetLoadBalancerPoliciesForBackendServerResult> |
AmazonElasticLoadBalancingAsync.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
Replaces the set of policies associated with the specified port on which
the EC2 instance is listening with a new set of policies.
|
Future<SetLoadBalancerPoliciesForBackendServerResult> |
AmazonElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest)
Replaces the set of policies associated with the specified port on which
the EC2 instance is listening with a new set of policies.
|
Future<SetLoadBalancerPoliciesForBackendServerResult> |
AmazonElasticLoadBalancingAsync.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest,
AsyncHandler<SetLoadBalancerPoliciesForBackendServerRequest,SetLoadBalancerPoliciesForBackendServerResult> asyncHandler)
Replaces the set of policies associated with the specified port on which
the EC2 instance is listening with a new set of policies.
|
Future<SetLoadBalancerPoliciesForBackendServerResult> |
AmazonElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesForBackendServerAsync(SetLoadBalancerPoliciesForBackendServerRequest setLoadBalancerPoliciesForBackendServerRequest,
AsyncHandler<SetLoadBalancerPoliciesForBackendServerRequest,SetLoadBalancerPoliciesForBackendServerResult> asyncHandler)
Replaces the set of policies associated with the specified port on which
the EC2 instance is listening with a new set of policies.
|
| Modifier and Type | Method and Description |
|---|---|
SetLoadBalancerPoliciesForBackendServerRequest |
SetLoadBalancerPoliciesForBackendServerRequest.withInstancePort(Integer instancePort)
The port number associated with the EC2 instance.
|
SetLoadBalancerPoliciesForBackendServerRequest |
SetLoadBalancerPoliciesForBackendServerRequest.withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
SetLoadBalancerPoliciesForBackendServerRequest |
SetLoadBalancerPoliciesForBackendServerRequest.withPolicyNames(Collection<String> policyNames)
The names of the policies.
|
SetLoadBalancerPoliciesForBackendServerRequest |
SetLoadBalancerPoliciesForBackendServerRequest.withPolicyNames(String... policyNames)
The names of the policies.
|
Copyright © 2018. All rights reserved.