Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpnConnectionOptionsRequest.Builder
Packages that use ModifyVpnConnectionOptionsRequest.Builder
Package
Description
-
Uses of ModifyVpnConnectionOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpnConnectionOptionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpnConnectionOptions(Consumer<ModifyVpnConnectionOptionsRequest.Builder> modifyVpnConnectionOptionsRequest) Modifies the connection options for your Site-to-Site VPN connection.Ec2Client.modifyVpnConnectionOptions(Consumer<ModifyVpnConnectionOptionsRequest.Builder> modifyVpnConnectionOptionsRequest) Modifies the connection options for your Site-to-Site VPN connection. -
Uses of ModifyVpnConnectionOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpnConnectionOptionsRequest.BuilderModifier and TypeMethodDescriptionModifyVpnConnectionOptionsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpnConnectionOptionsRequest.Builder.localIpv4NetworkCidr(String localIpv4NetworkCidr) The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.ModifyVpnConnectionOptionsRequest.Builder.localIpv6NetworkCidr(String localIpv6NetworkCidr) The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.ModifyVpnConnectionOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpnConnectionOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpnConnectionOptionsRequest.Builder.remoteIpv4NetworkCidr(String remoteIpv4NetworkCidr) The IPv4 CIDR on the Amazon Web Services side of the VPN connection.ModifyVpnConnectionOptionsRequest.Builder.remoteIpv6NetworkCidr(String remoteIpv6NetworkCidr) The IPv6 CIDR on the Amazon Web Services side of the VPN connection.ModifyVpnConnectionOptionsRequest.toBuilder()ModifyVpnConnectionOptionsRequest.Builder.vpnConnectionId(String vpnConnectionId) The ID of the Site-to-Site VPN connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpnConnectionOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpnConnectionOptionsRequest.Builder>ModifyVpnConnectionOptionsRequest.serializableBuilderClass()