Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpnConnectionRequest.Builder
Packages that use CreateVpnConnectionRequest.Builder
Package
Description
-
Uses of CreateVpnConnectionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpnConnectionRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest) Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.default CreateVpnConnectionResponseEc2Client.createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest) Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. -
Uses of CreateVpnConnectionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpnConnectionRequest.BuilderModifier and TypeMethodDescriptionCreateVpnConnectionRequest.builder()CreateVpnConnectionRequest.Builder.customerGatewayId(String customerGatewayId) The ID of the customer gateway.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpnConnectionRequest.Builder.options(Consumer<VpnConnectionOptionsSpecification.Builder> options) The options for the VPN connection.CreateVpnConnectionRequest.Builder.options(VpnConnectionOptionsSpecification options) The options for the VPN connection.CreateVpnConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpnConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpnConnectionRequest.Builder.preSharedKeyStorage(String preSharedKeyStorage) Specifies the storage mode for the pre-shared key (PSK).CreateVpnConnectionRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the VPN connection.CreateVpnConnectionRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the VPN connection.CreateVpnConnectionRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the VPN connection.CreateVpnConnectionRequest.toBuilder()CreateVpnConnectionRequest.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.The type of VPN connection (ipsec.1).CreateVpnConnectionRequest.Builder.vpnConcentratorId(String vpnConcentratorId) The ID of the VPN concentrator to associate with the VPN connection.CreateVpnConnectionRequest.Builder.vpnGatewayId(String vpnGatewayId) The ID of the virtual private gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpnConnectionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpnConnectionRequest.Builder>CreateVpnConnectionRequest.serializableBuilderClass()