Uses of Enum Class
software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmType
Packages that use TargetGroupLoadBalancingAlgorithmType
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of TargetGroupLoadBalancingAlgorithmType in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return TargetGroupLoadBalancingAlgorithmTypeModifier and TypeMethodDescriptionAddApplicationTargetsProps.getLoadBalancingAlgorithmType()The load balancing algorithm to select targets for routing requests.AddApplicationTargetsProps.Jsii$Proxy.getLoadBalancingAlgorithmType()ApplicationTargetGroupProps.getLoadBalancingAlgorithmType()The load balancing algorithm to select targets for routing requests.ApplicationTargetGroupProps.Jsii$Proxy.getLoadBalancingAlgorithmType()Returns the enum constant of this class with the specified name.TargetGroupLoadBalancingAlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type TargetGroupLoadBalancingAlgorithmTypeModifier and TypeMethodDescriptionAddApplicationTargetsProps.Builder.loadBalancingAlgorithmType(TargetGroupLoadBalancingAlgorithmType loadBalancingAlgorithmType) Sets the value ofAddApplicationTargetsProps.getLoadBalancingAlgorithmType()ApplicationTargetGroup.Builder.loadBalancingAlgorithmType(TargetGroupLoadBalancingAlgorithmType loadBalancingAlgorithmType) The load balancing algorithm to select targets for routing requests.ApplicationTargetGroupProps.Builder.loadBalancingAlgorithmType(TargetGroupLoadBalancingAlgorithmType loadBalancingAlgorithmType) Sets the value ofApplicationTargetGroupProps.getLoadBalancingAlgorithmType()