Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpnTunnelOptionsRequest.Builder
Packages that use ModifyVpnTunnelOptionsRequest.Builder
Package
Description
-
Uses of ModifyVpnTunnelOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpnTunnelOptionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpnTunnelOptions(Consumer<ModifyVpnTunnelOptionsRequest.Builder> modifyVpnTunnelOptionsRequest) Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection.default ModifyVpnTunnelOptionsResponseEc2Client.modifyVpnTunnelOptions(Consumer<ModifyVpnTunnelOptionsRequest.Builder> modifyVpnTunnelOptionsRequest) Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. -
Uses of ModifyVpnTunnelOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpnTunnelOptionsRequest.BuilderModifier and TypeMethodDescriptionModifyVpnTunnelOptionsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpnTunnelOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpnTunnelOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpnTunnelOptionsRequest.Builder.preSharedKeyStorage(String preSharedKeyStorage) Specifies the storage mode for the pre-shared key (PSK).ModifyVpnTunnelOptionsRequest.Builder.skipTunnelReplacement(Boolean skipTunnelReplacement) Choose whether or not to trigger immediate tunnel replacement.ModifyVpnTunnelOptionsRequest.toBuilder()ModifyVpnTunnelOptionsRequest.Builder.tunnelOptions(Consumer<ModifyVpnTunnelOptionsSpecification.Builder> tunnelOptions) The tunnel options to modify.ModifyVpnTunnelOptionsRequest.Builder.tunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions) The tunnel options to modify.ModifyVpnTunnelOptionsRequest.Builder.vpnConnectionId(String vpnConnectionId) The ID of the Amazon Web Services Site-to-Site VPN connection.ModifyVpnTunnelOptionsRequest.Builder.vpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress) The external IP address of the VPN tunnel.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpnTunnelOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpnTunnelOptionsRequest.Builder>ModifyVpnTunnelOptionsRequest.serializableBuilderClass()