| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyVpnConnectionResponse> |
Ec2AsyncClient.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest)
Modifies the target gateway of a AWS Site-to-Site VPN connection.
|
default ModifyVpnConnectionResponse |
Ec2Client.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest)
Modifies the target gateway of a AWS Site-to-Site VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.builder() |
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.customerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.toBuilder() |
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyVpnConnectionRequest.Builder> |
ModifyVpnConnectionRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.