Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.CreateLoadBalancerPolicyResponse
-
Packages that use CreateLoadBalancerPolicyResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of CreateLoadBalancerPolicyResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return CreateLoadBalancerPolicyResponse Modifier and Type Method Description default 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 CreateLoadBalancerPolicyResponse Modifier and Type Method Description default CompletableFuture<CreateLoadBalancerPolicyResponse>ElasticLoadBalancingAsyncClient. createLoadBalancerPolicy(Consumer<CreateLoadBalancerPolicyRequest.Builder> createLoadBalancerPolicyRequest)Creates a policy with the specified attributes for the specified load balancer.default CompletableFuture<CreateLoadBalancerPolicyResponse>ElasticLoadBalancingAsyncClient. createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)Creates a policy with the specified attributes for the specified load balancer.
-