Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeCustomerGatewaysResult |
AmazonEC2Client.describeCustomerGateways() |
DescribeCustomerGatewaysResult |
AbstractAmazonEC2.describeCustomerGateways() |
DescribeCustomerGatewaysResult |
AmazonEC2.describeCustomerGateways()
Simplified method form for invoking the DescribeCustomerGateways operation.
|
DescribeCustomerGatewaysResult |
AmazonEC2Client.describeCustomerGateways(DescribeCustomerGatewaysRequest request)
Describes one or more of your VPN customer gateways.
|
DescribeCustomerGatewaysResult |
AbstractAmazonEC2.describeCustomerGateways(DescribeCustomerGatewaysRequest request) |
DescribeCustomerGatewaysResult |
AmazonEC2.describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
Describes one or more of your VPN customer gateways.
|
Modifier and Type | Method and Description |
---|---|
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysResult.clone() |
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysResult.withCustomerGateways(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysResult.withCustomerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
|
Modifier and Type | Method and Description |
---|---|
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysFunction.apply(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.