Uses of Class
software.amazon.awssdk.services.apprunner.model.IpAddressType
-
Packages that use IpAddressType Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of IpAddressType in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return IpAddressType Modifier and Type Method Description static IpAddressTypeIpAddressType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpAddressTypeNetworkConfiguration. ipAddressType()App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration.static IpAddressTypeIpAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressType[]IpAddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type IpAddressType Modifier and Type Method Description static Set<IpAddressType>IpAddressType. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type IpAddressType Modifier and Type Method Description NetworkConfiguration.BuilderNetworkConfiguration.Builder. ipAddressType(IpAddressType ipAddressType)App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public network configuration.
-