| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateNatGatewayAddressResponse.Builder |
DisassociateNatGatewayAddressResponse.builder() |
DisassociateNatGatewayAddressResponse.Builder |
DisassociateNatGatewayAddressResponse.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResponse.Builder |
DisassociateNatGatewayAddressResponse.Builder.natGatewayAddresses(Consumer<NatGatewayAddress.Builder>... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResponse.Builder |
DisassociateNatGatewayAddressResponse.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the NAT gateway IP addresses.
|
DisassociateNatGatewayAddressResponse.Builder |
DisassociateNatGatewayAddressResponse.Builder.natGatewayId(String natGatewayId)
The NAT gateway ID.
|
DisassociateNatGatewayAddressResponse.Builder |
DisassociateNatGatewayAddressResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateNatGatewayAddressResponse.Builder> |
DisassociateNatGatewayAddressResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.