Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpnGatewayRequest
-
Packages that use DeleteVpnGatewayRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DeleteVpnGatewayRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DeleteVpnGatewayRequest Modifier and Type Method Description default CompletableFuture<DeleteVpnGatewayResponse>Ec2AsyncClient. deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)Deletes the specified virtual private gateway.default DeleteVpnGatewayResponseEc2Client. deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)Deletes the specified virtual private gateway. -
Uses of DeleteVpnGatewayRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DeleteVpnGatewayRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpnGatewayRequestMarshaller. marshall(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
-