Uses of Enum Class
software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupIpAddressType
Packages that use TargetGroupIpAddressType
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of TargetGroupIpAddressType in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return TargetGroupIpAddressTypeModifier and TypeMethodDescriptionfinal TargetGroupIpAddressTypeApplicationTargetGroupProps.Jsii$Proxy.getIpAddressType()default TargetGroupIpAddressTypeBaseTargetGroupProps.getIpAddressType()The type of IP addresses of the targets registered with the target group.final TargetGroupIpAddressTypeBaseTargetGroupProps.Jsii$Proxy.getIpAddressType()final TargetGroupIpAddressTypeNetworkTargetGroupProps.Jsii$Proxy.getIpAddressType()static TargetGroupIpAddressTypeReturns the enum constant of this class with the specified name.static TargetGroupIpAddressType[]TargetGroupIpAddressType.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 TargetGroupIpAddressTypeModifier and TypeMethodDescriptionApplicationTargetGroup.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) The type of IP addresses of the targets registered with the target group.ApplicationTargetGroupProps.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) Sets the value ofBaseTargetGroupProps.getIpAddressType()BaseTargetGroupProps.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) Sets the value ofBaseTargetGroupProps.getIpAddressType()NetworkTargetGroup.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) The type of IP addresses of the targets registered with the target group.NetworkTargetGroupProps.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) Sets the value ofBaseTargetGroupProps.getIpAddressType()