Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.CreateLoadBalancerPolicyResponse
Packages that use CreateLoadBalancerPolicyResponse
-
Uses of CreateLoadBalancerPolicyResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return CreateLoadBalancerPolicyResponseModifier 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.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type CreateLoadBalancerPolicyResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.createLoadBalancerPolicy(Consumer<CreateLoadBalancerPolicyRequest.Builder> createLoadBalancerPolicyRequest) Creates a policy with the specified attributes for the specified load balancer.ElasticLoadBalancingAsyncClient.createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest) Creates a policy with the specified attributes for the specified load balancer.