Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.CreateLoadBalancerPolicyRequest
-
Packages that use CreateLoadBalancerPolicyRequest Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.transform -
-
Uses of CreateLoadBalancerPolicyRequest in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing with parameters of type CreateLoadBalancerPolicyRequest Modifier and Type Method Description default CompletableFuture<CreateLoadBalancerPolicyResponse>
ElasticLoadBalancingAsyncClient. createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load balancer.default CreateLoadBalancerPolicyResponse
ElasticLoadBalancingClient. createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
Creates a policy with the specified attributes for the specified load balancer. -
Uses of CreateLoadBalancerPolicyRequest in software.amazon.awssdk.services.elasticloadbalancing.transform
Methods in software.amazon.awssdk.services.elasticloadbalancing.transform with parameters of type CreateLoadBalancerPolicyRequest Modifier and Type Method Description SdkHttpFullRequest
CreateLoadBalancerPolicyRequestMarshaller. marshall(CreateLoadBalancerPolicyRequest createLoadBalancerPolicyRequest)
-