Uses of Class
software.amazon.awssdk.services.ec2.model.AttachVpnGatewayRequest
-
Packages that use AttachVpnGatewayRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of AttachVpnGatewayRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AttachVpnGatewayRequest Modifier and Type Method Description default CompletableFuture<AttachVpnGatewayResponse>Ec2AsyncClient. attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)Attaches an available virtual private gateway to a VPC.default AttachVpnGatewayResponseEc2Client. attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)Attaches an available virtual private gateway to a VPC. -
Uses of AttachVpnGatewayRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type AttachVpnGatewayRequest Modifier and Type Method Description SdkHttpFullRequestAttachVpnGatewayRequestMarshaller. marshall(AttachVpnGatewayRequest attachVpnGatewayRequest)
-