Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.clone() |
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.withInternetGatewayIds(Collection<String> internetGatewayIds)
One or more internet gateway IDs.
|
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.withInternetGatewayIds(String... internetGatewayIds)
One or more internet gateway IDs.
|
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeInternetGatewaysRequest |
DescribeInternetGatewaysRequest.withNextToken(String nextToken)
The token for the next page of results.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeInternetGatewaysRequest> |
DescribeInternetGatewaysRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeInternetGatewaysRequest> |
AmazonEC2Waiters.internetGatewayExists()
Builds a InternetGatewayExists 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 |
---|---|
DescribeInternetGatewaysResult |
DescribeInternetGatewaysFunction.apply(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
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.