| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateNatGatewayAddressResponse> |
Ec2AsyncClient.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
default AssociateNatGatewayAddressResponse |
Ec2Client.associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest)
Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.allocationIds(Collection<String> allocationIds)
The allocation IDs of EIPs that you want to associate with your NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.allocationIds(String... allocationIds)
The allocation IDs of EIPs that you want to associate with your NAT gateway.
|
static AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.builder() |
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.privateIpAddresses(Collection<String> privateIpAddresses)
The private IPv4 addresses that you want to assign to the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.Builder.privateIpAddresses(String... privateIpAddresses)
The private IPv4 addresses that you want to assign to the NAT gateway.
|
AssociateNatGatewayAddressRequest.Builder |
AssociateNatGatewayAddressRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateNatGatewayAddressRequest.Builder> |
AssociateNatGatewayAddressRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.