Uses of Enum Class
software.amazon.awscdk.services.globalaccelerator.IpAddressType
Packages that use IpAddressType
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of IpAddressType in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return IpAddressTypeModifier and TypeMethodDescriptiondefault IpAddressTypeAcceleratorProps.getIpAddressType()The IP address type that an accelerator supports.final IpAddressTypeAcceleratorProps.Jsii$Proxy.getIpAddressType()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.globalaccelerator with parameters of type IpAddressTypeModifier and TypeMethodDescriptionAccelerator.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type that an accelerator supports.AcceleratorProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofAcceleratorProps.getIpAddressType()