Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.ClientRoutingPolicy
Packages that use ClientRoutingPolicy
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ClientRoutingPolicy in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ClientRoutingPolicyModifier and TypeMethodDescriptiondefault ClientRoutingPolicy
NetworkLoadBalancerProps.getClientRoutingPolicy()
The AZ affinity routing policy.final ClientRoutingPolicy
NetworkLoadBalancerProps.Jsii$Proxy.getClientRoutingPolicy()
static ClientRoutingPolicy
Returns the enum constant of this type with the specified name.static ClientRoutingPolicy[]
ClientRoutingPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ClientRoutingPolicyModifier and TypeMethodDescriptionNetworkLoadBalancer.Builder.clientRoutingPolicy
(ClientRoutingPolicy clientRoutingPolicy) The AZ affinity routing policy.NetworkLoadBalancerProps.Builder.clientRoutingPolicy
(ClientRoutingPolicy clientRoutingPolicy) Sets the value ofNetworkLoadBalancerProps.getClientRoutingPolicy()