Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerPoliciesOfListenerResponse
Packages that use SetLoadBalancerPoliciesOfListenerResponse
-
Uses of SetLoadBalancerPoliciesOfListenerResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return SetLoadBalancerPoliciesOfListenerResponseModifier and TypeMethodDescriptionElasticLoadBalancingClient.setLoadBalancerPoliciesOfListener(Consumer<SetLoadBalancerPoliciesOfListenerRequest.Builder> setLoadBalancerPoliciesOfListenerRequest) Replaces the current set of policies for the specified load balancer port with the specified set of policies.ElasticLoadBalancingClient.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 SetLoadBalancerPoliciesOfListenerResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesOfListener(Consumer<SetLoadBalancerPoliciesOfListenerRequest.Builder> setLoadBalancerPoliciesOfListenerRequest) Replaces the current set of policies for the specified load balancer port with the specified set of policies.ElasticLoadBalancingAsyncClient.setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest) Replaces the current set of policies for the specified load balancer port with the specified set of policies.