| 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)
Invokes the ModifyVpnConnection operation asynchronously.
|
default ModifyVpnConnectionResponse |
Ec2Client.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest)
Invokes the ModifyVpnConnection operation.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.builder() |
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)
Sets the value of the TransitGatewayId property for this object.
|
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.vpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.
|
ModifyVpnConnectionRequest.Builder |
ModifyVpnConnectionRequest.Builder.vpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyVpnConnectionRequest.Builder> |
ModifyVpnConnectionRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.