| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSubnetsResponse |
EC2Client.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
|
default CompletableFuture<DescribeSubnetsResponse> |
EC2AsyncClient.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeSubnetsRequest> |
DescribeSubnetsRequestMarshaller.marshall(DescribeSubnetsRequest describeSubnetsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeSubnetsRequest> |
DescribeSubnetsRequestMarshaller.marshall(DescribeSubnetsRequest describeSubnetsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeSubnetsRequest> |
EC2ClientWaiters.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 |
|---|---|
DescribeSubnetsResponse |
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 © 2017. All rights reserved.