Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NatGatewayAddress |
NatGatewayAddress.clone() |
NatGatewayAddress |
NatGatewayAddress.withAllocationId(String allocationId)
The allocation ID of the Elastic IP address that's associated with the
NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface associated with the NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withPrivateIp(String privateIp)
The private IP address associated with the Elastic IP address.
|
NatGatewayAddress |
NatGatewayAddress.withPublicIp(String publicIp)
The Elastic IP address associated with the NAT gateway.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
Copyright © 2018. All rights reserved.