| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<NatGatewayAddress> |
NatGateway.natGatewayAddresses()
Information about the IP addresses and network interface associated with the NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
NatGateway.Builder |
NatGateway.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the IP addresses and network interface associated with the NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
NatGateway.Builder |
NatGateway.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with the NAT gateway.
|
Copyright © 2021. All rights reserved.