Uses of Class
software.amazon.awssdk.services.ec2.model.AttachVpnGatewayResponse
-
Packages that use AttachVpnGatewayResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AttachVpnGatewayResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AttachVpnGatewayResponse Modifier and Type Method Description default 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 AttachVpnGatewayResponse Modifier and Type Method Description default CompletableFuture<AttachVpnGatewayResponse>Ec2AsyncClient. attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest)Attaches an available virtual private gateway to a VPC.default CompletableFuture<AttachVpnGatewayResponse>Ec2AsyncClient. attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)Attaches an available virtual private gateway to a VPC.
-