Uses of Class
software.amazon.awssdk.services.ec2.model.AttachVpnGatewayResponse
Packages that use AttachVpnGatewayResponse
-
Uses of AttachVpnGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AttachVpnGatewayResponseModifier and TypeMethodDescriptiondefault AttachVpnGatewayResponseEc2Client.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest) Attaches an available virtual private gateway to a VPC.default AttachVpnGatewayResponseEc2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches an available virtual private gateway to a VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AttachVpnGatewayResponseModifier and TypeMethodDescriptionEc2AsyncClient.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest) Attaches an available virtual private gateway to a VPC.Ec2AsyncClient.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches an available virtual private gateway to a VPC.