Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpnGatewayResponse
Packages that use CreateVpnGatewayResponse
-
Uses of CreateVpnGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpnGatewayResponseModifier and TypeMethodDescriptiondefault CreateVpnGatewayResponseEc2Client.createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest) Creates a virtual private gateway.default CreateVpnGatewayResponseEc2Client.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpnGatewayResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest) Creates a virtual private gateway.Ec2AsyncClient.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.