Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeCustomerGatewaysRequest |
DescribeCustomerGatewaysRequest.clone() |
DescribeCustomerGatewaysRequest |
DescribeCustomerGatewaysRequest.withCustomerGatewayIds(Collection<String> customerGatewayIds)
One or more customer gateway IDs.
|
DescribeCustomerGatewaysRequest |
DescribeCustomerGatewaysRequest.withCustomerGatewayIds(String... customerGatewayIds)
One or more customer gateway IDs.
|
DescribeCustomerGatewaysRequest |
DescribeCustomerGatewaysRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeCustomerGatewaysRequest |
DescribeCustomerGatewaysRequest.withFilters(Filter... filters)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeCustomerGatewaysRequest> |
DescribeCustomerGatewaysRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeCustomerGatewaysRequest> |
AmazonEC2Waiters.customerGatewayAvailable()
Builds a CustomerGatewayAvailable waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
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 © 2021. All rights reserved.