| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressType |
IpAddressType.fromValue(String value)
Use this in place of valueOf.
|
static IpAddressType |
IpAddressType.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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
NetworkConfiguration.withIpAddressType(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.
|
Copyright © 2024. All rights reserved.