Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.PolicyTypeNotFoundException
Packages that use PolicyTypeNotFoundException
-
Uses of PolicyTypeNotFoundException in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that throw PolicyTypeNotFoundExceptionModifier and TypeMethodDescriptiondefault CreateLoadBalancerPolicyResponseElasticLoadBalancingClient.createLoadBalancerPolicy(Consumer<CreateLoadBalancerPolicyRequest.Builder> createLoadBalancerPolicyRequest) Creates a policy with the specified attributes for the specified load balancer.default CreateLoadBalancerPolicyResponseElasticLoadBalancingClient.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest) Creates a policy with the specified attributes for the specified load balancer.ElasticLoadBalancingClient.describeLoadBalancerPolicyTypes()Describes the specified load balancer policy types or all load balancer policy types.ElasticLoadBalancingClient.describeLoadBalancerPolicyTypes(Consumer<DescribeLoadBalancerPolicyTypesRequest.Builder> describeLoadBalancerPolicyTypesRequest) Describes the specified load balancer policy types or all load balancer policy types.ElasticLoadBalancingClient.describeLoadBalancerPolicyTypes(DescribeLoadBalancerPolicyTypesRequest describeLoadBalancerPolicyTypesRequest) Describes the specified load balancer policy types or all load balancer policy types.