Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeSubnetsRequest |
DescribeSubnetsRequest.clone() |
DescribeSubnetsRequest |
DescribeSubnetsRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeSubnetsRequest |
DescribeSubnetsRequest.withFilters(Filter... filters)
The filters.
|
DescribeSubnetsRequest |
DescribeSubnetsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeSubnetsRequest |
DescribeSubnetsRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
DescribeSubnetsRequest |
DescribeSubnetsRequest.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets.
|
DescribeSubnetsRequest |
DescribeSubnetsRequest.withSubnetIds(String... subnetIds)
The IDs of the subnets.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSubnetsRequest> |
DescribeSubnetsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeSubnetsRequest> |
AmazonEC2Waiters.subnetAvailable()
Builds a SubnetAvailable 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 |
---|---|
DescribeSubnetsResult |
DescribeSubnetsFunction.apply(DescribeSubnetsRequest describeSubnetsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.