Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default DescribeVpnGatewaysResponse |
Ec2Client.describeVpnGateways()
Describes one or more of your virtual private gateways.
|
default DescribeVpnGatewaysResponse |
Ec2Client.describeVpnGateways(Consumer<DescribeVpnGatewaysRequest.Builder> describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
default DescribeVpnGatewaysResponse |
Ec2Client.describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DescribeVpnGatewaysResponse> |
Ec2AsyncClient.describeVpnGateways()
Describes one or more of your virtual private gateways.
|
default CompletableFuture<DescribeVpnGatewaysResponse> |
Ec2AsyncClient.describeVpnGateways(Consumer<DescribeVpnGatewaysRequest.Builder> describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
default CompletableFuture<DescribeVpnGatewaysResponse> |
Ec2AsyncClient.describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
Copyright © 2022. All rights reserved.