Uses of Enum
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 TargetGroupIpAddressType
ApplicationTargetGroupProps.Jsii$Proxy.getIpAddressType()
default TargetGroupIpAddressType
BaseTargetGroupProps.getIpAddressType()
The type of IP addresses of the targets registered with the target group.final TargetGroupIpAddressType
BaseTargetGroupProps.Jsii$Proxy.getIpAddressType()
final TargetGroupIpAddressType
NetworkTargetGroupProps.Jsii$Proxy.getIpAddressType()
static TargetGroupIpAddressType
Returns the enum constant of this type with the specified name.static TargetGroupIpAddressType[]
TargetGroupIpAddressType.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 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()