Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.SetLoadBalancerPoliciesOfListenerRequest
-
Packages that use SetLoadBalancerPoliciesOfListenerRequest Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.transform -
-
Uses of SetLoadBalancerPoliciesOfListenerRequest in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing with parameters of type SetLoadBalancerPoliciesOfListenerRequest Modifier and Type Method Description default CompletableFuture<SetLoadBalancerPoliciesOfListenerResponse>ElasticLoadBalancingAsyncClient. setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest)Replaces the current set of policies for the specified load balancer port with the specified set of policies.default SetLoadBalancerPoliciesOfListenerResponseElasticLoadBalancingClient. setLoadBalancerPoliciesOfListener(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest)Replaces the current set of policies for the specified load balancer port with the specified set of policies. -
Uses of SetLoadBalancerPoliciesOfListenerRequest in software.amazon.awssdk.services.elasticloadbalancing.transform
Methods in software.amazon.awssdk.services.elasticloadbalancing.transform with parameters of type SetLoadBalancerPoliciesOfListenerRequest Modifier and Type Method Description SdkHttpFullRequestSetLoadBalancerPoliciesOfListenerRequestMarshaller. marshall(SetLoadBalancerPoliciesOfListenerRequest setLoadBalancerPoliciesOfListenerRequest)
-