| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectivityType |
ConnectivityType.fromValue(String value)
Use this in place of valueOf.
|
static ConnectivityType |
ConnectivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectivityType[] |
ConnectivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatGateway.setConnectivityType(ConnectivityType connectivityType)
Indicates whether the NAT gateway supports public or private connectivity.
|
CreateNatGatewayRequest |
CreateNatGatewayRequest.withConnectivityType(ConnectivityType connectivityType)
Indicates whether the NAT gateway supports public or private connectivity.
|
NatGateway |
NatGateway.withConnectivityType(ConnectivityType connectivityType)
Indicates whether the NAT gateway supports public or private connectivity.
|
Copyright © 2023. All rights reserved.