Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NatGatewayAddress> |
NatGateway.natGatewayAddresses
Information about the IP addresses and network interface associated with
the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
NatGatewayAddress |
NatGatewayAddress.clone() |
NatGatewayAddress |
NatGatewayAddress.withAllocationId(java.lang.String allocationId)
The allocation ID of the Elastic IP address that's associated with the
NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface associated with the NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withPrivateIp(java.lang.String privateIp)
The private IP address associated with the Elastic IP address.
|
NatGatewayAddress |
NatGatewayAddress.withPublicIp(java.lang.String publicIp)
The Elastic IP address associated with the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NatGatewayAddress> |
NatGateway.getNatGatewayAddresses()
Information about the IP addresses and network interface associated with
the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
NatGateway |
NatGateway.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
NatGateway.setNatGatewayAddresses(java.util.Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayAddresses(java.util.Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
NatGatewayAddress |
NatGatewayAddressStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |