Uses of Enum Class
software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType
Packages that use IpAddressType
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of IpAddressType in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return IpAddressTypeModifier and TypeMethodDescriptionApplicationLoadBalancer.getIpAddressType()The IP Address Type for this load balancer.default IpAddressTypeApplicationLoadBalancerProps.getIpAddressType()The type of IP addresses to use.final IpAddressTypeApplicationLoadBalancerProps.Jsii$Proxy.getIpAddressType()default IpAddressTypeIApplicationLoadBalancer.getIpAddressType()The IP Address Type for this load balancer.default IpAddressTypeIApplicationLoadBalancer.Jsii$Default.getIpAddressType()The IP Address Type for this load balancer.final IpAddressTypeIApplicationLoadBalancer.Jsii$Proxy.getIpAddressType()The IP Address Type for this load balancer.static IpAddressTypeReturns the enum constant of this class with the specified name.static IpAddressType[]IpAddressType.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 IpAddressTypeModifier and TypeMethodDescriptionApplicationLoadBalancer.Builder.ipAddressType(IpAddressType ipAddressType) The type of IP addresses to use.ApplicationLoadBalancerProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofApplicationLoadBalancerProps.getIpAddressType()