Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpnConnectionRequest.Builder
Packages that use ModifyVpnConnectionRequest.Builder
Package
Description
-
Uses of ModifyVpnConnectionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpnConnectionRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest) Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.default ModifyVpnConnectionResponseEc2Client.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest) Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. -
Uses of ModifyVpnConnectionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpnConnectionRequest.BuilderModifier and TypeMethodDescriptionModifyVpnConnectionRequest.builder()ModifyVpnConnectionRequest.Builder.customerGatewayId(String customerGatewayId) The ID of the customer gateway at your end of the VPN connection.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpnConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpnConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpnConnectionRequest.toBuilder()ModifyVpnConnectionRequest.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.ModifyVpnConnectionRequest.Builder.vpnConnectionId(String vpnConnectionId) The ID of the VPN connection.ModifyVpnConnectionRequest.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpnConnectionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpnConnectionRequest.Builder>ModifyVpnConnectionRequest.serializableBuilderClass()