Uses of Enum Class
software.amazon.awscdk.services.apigateway.IpAddressType
Packages that use IpAddressType
-
Uses of IpAddressType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return IpAddressTypeModifier and TypeMethodDescriptiondefault IpAddressTypeEndpointConfiguration.getIpAddressType()The IP address types that can invoke the API.final IpAddressTypeEndpointConfiguration.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.apigateway with parameters of type IpAddressTypeModifier and TypeMethodDescriptionEndpointConfiguration.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofEndpointConfiguration.getIpAddressType()