Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerPoliciesOfListenerResponse
-
Packages that use SetLoadBalancerPoliciesOfListenerResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of SetLoadBalancerPoliciesOfListenerResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return SetLoadBalancerPoliciesOfListenerResponse Modifier and Type Method Description default SetLoadBalancerPoliciesOfListenerResponseElasticLoadBalancingClient. setLoadBalancerPoliciesOfListener(Consumer<SetLoadBalancerPoliciesOfListenerRequest.Builder> setLoadBalancerPoliciesOfListenerRequest)Replaces the current set of policies for the specified load balancer port with the specified set of policies.default SetLoadBalancerPoliciesOfListenerResponseElasticLoadBalancingClient. setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest)Replaces the current set of policies for the specified load balancer port with the specified set of policies.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type SetLoadBalancerPoliciesOfListenerResponse Modifier and Type Method Description default CompletableFuture<SetLoadBalancerPoliciesOfListenerResponse>ElasticLoadBalancingAsyncClient. setLoadBalancerPoliciesOfListener(Consumer<SetLoadBalancerPoliciesOfListenerRequest.Builder> setLoadBalancerPoliciesOfListenerRequest)Replaces the current set of policies for the specified load balancer port with the specified set of policies.default CompletableFuture<SetLoadBalancerPoliciesOfListenerResponse>ElasticLoadBalancingAsyncClient. setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest)Replaces the current set of policies for the specified load balancer port with the specified set of policies.
-