| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeLoadBalancerPoliciesResponse |
ElasticLoadBalancingClient.describeLoadBalancerPolicies()
Describes the specified policies.
|
default DescribeLoadBalancerPoliciesResponse |
ElasticLoadBalancingClient.describeLoadBalancerPolicies(Consumer<DescribeLoadBalancerPoliciesRequest.Builder> describeLoadBalancerPoliciesRequest)
Describes the specified policies.
|
default DescribeLoadBalancerPoliciesResponse |
ElasticLoadBalancingClient.describeLoadBalancerPolicies(DescribeLoadBalancerPoliciesRequest describeLoadBalancerPoliciesRequest)
Describes the specified policies.
|
default SetLoadBalancerPoliciesForBackendServerResponse |
ElasticLoadBalancingClient.setLoadBalancerPoliciesForBackendServer(Consumer<SetLoadBalancerPoliciesForBackendServerRequest.Builder> setLoadBalancerPoliciesForBackendServerRequest)
Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new
set of policies.
|
default SetLoadBalancerPoliciesForBackendServerResponse |
ElasticLoadBalancingClient.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.
|
default SetLoadBalancerPoliciesOfListenerResponse |
ElasticLoadBalancingClient.setLoadBalancerPoliciesOfListener(Consumer<SetLoadBalancerPoliciesOfListenerRequest.Builder> setLoadBalancerPoliciesOfListenerRequest)
Replaces the current set of policies for the specified load balancer port with the specified set of policies.
|
default SetLoadBalancerPoliciesOfListenerResponse |
ElasticLoadBalancingClient.setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest)
Replaces the current set of policies for the specified load balancer port with the specified set of policies.
|
Copyright © 2022. All rights reserved.