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