Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.IpAddressType
Packages that use IpAddressType
-
Uses of IpAddressType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return IpAddressTypeModifier and TypeMethodDescriptiondefault IpAddressTypeHttpApiProps.getIpAddressType()The IP address types that can invoke the API.final IpAddressTypeHttpApiProps.Jsii$Proxy.getIpAddressType()default IpAddressTypeWebSocketApiProps.getIpAddressType()The IP address types that can invoke the API.final IpAddressTypeWebSocketApiProps.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.apigatewayv2 with parameters of type IpAddressTypeModifier and TypeMethodDescriptionHttpApi.Builder.ipAddressType(IpAddressType ipAddressType) The IP address types that can invoke the API.HttpApiProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofHttpApiProps.getIpAddressType()WebSocketApi.Builder.ipAddressType(IpAddressType ipAddressType) The IP address types that can invoke the API.WebSocketApiProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofWebSocketApiProps.getIpAddressType()