Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NatGatewayAddress |
NatGatewayAddress.clone() |
NatGatewayAddress |
NatGatewayAddress.withAllocationId(String allocationId)
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withAssociationId(String associationId)
[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withFailureMessage(String failureMessage)
The address failure message.
|
NatGatewayAddress |
NatGatewayAddress.withIsPrimary(Boolean isPrimary)
Defines if the IP address is the primary address.
|
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 NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withPublicIp(String publicIp)
[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
|
NatGatewayAddress |
NatGatewayAddress.withStatus(NatGatewayAddressStatus status)
The address status.
|
NatGatewayAddress |
NatGatewayAddress.withStatus(String status)
The address status.
|
Modifier and Type | Method and Description |
---|---|
List<NatGatewayAddress> |
NatGateway.getNatGatewayAddresses()
Information about the IP addresses and network interface associated with the NAT gateway.
|
List<NatGatewayAddress> |
UnassignPrivateNatGatewayAddressResult.getNatGatewayAddresses()
Information about the NAT gateway IP addresses.
|
List<NatGatewayAddress> |
DisassociateNatGatewayAddressResult.getNatGatewayAddresses()
Information about the NAT gateway IP addresses.
|
List<NatGatewayAddress> |
AssociateNatGatewayAddressResult.getNatGatewayAddresses()
The IP addresses.
|
List<NatGatewayAddress> |
AssignPrivateNatGatewayAddressResult.getNatGatewayAddresses()
NAT gateway IP addresses.
|
Modifier and Type | Method and Description |
---|---|
NatGateway |
NatGateway.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the IP addresses and network interface associated with the NAT gateway.
|
UnassignPrivateNatGatewayAddressResult |
UnassignPrivateNatGatewayAddressResult.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResult |
DisassociateNatGatewayAddressResult.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
AssociateNatGatewayAddressResult |
AssociateNatGatewayAddressResult.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
The IP addresses.
|
AssignPrivateNatGatewayAddressResult |
AssignPrivateNatGatewayAddressResult.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
NAT gateway IP addresses.
|
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.
|
void |
UnassignPrivateNatGatewayAddressResult.setNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
void |
DisassociateNatGatewayAddressResult.setNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
void |
AssociateNatGatewayAddressResult.setNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
The IP addresses.
|
void |
AssignPrivateNatGatewayAddressResult.setNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
NAT gateway IP addresses.
|
NatGateway |
NatGateway.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with the NAT gateway.
|
UnassignPrivateNatGatewayAddressResult |
UnassignPrivateNatGatewayAddressResult.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResult |
DisassociateNatGatewayAddressResult.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
AssociateNatGatewayAddressResult |
AssociateNatGatewayAddressResult.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
The IP addresses.
|
AssignPrivateNatGatewayAddressResult |
AssignPrivateNatGatewayAddressResult.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
NAT gateway IP addresses.
|
Copyright © 2023. All rights reserved.