Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.PolicyNotFoundException
Packages that use PolicyNotFoundException
-
Uses of PolicyNotFoundException in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that throw PolicyNotFoundExceptionModifier and TypeMethodDescriptionElasticLoadBalancingClient.describeLoadBalancerPolicies()Describes the specified policies.ElasticLoadBalancingClient.describeLoadBalancerPolicies(Consumer<DescribeLoadBalancerPoliciesRequest.Builder> describeLoadBalancerPoliciesRequest) Describes the specified policies.ElasticLoadBalancingClient.describeLoadBalancerPolicies(DescribeLoadBalancerPoliciesRequest describeLoadBalancerPoliciesRequest) Describes the specified policies.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.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.ElasticLoadBalancingClient.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.