| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCoipPoolsResponse |
Ec2Client.describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default DescribeCoipPoolsResponse |
Ec2Client.describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeCoipPoolsResponse> |
Ec2AsyncClient.describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default CompletableFuture<DescribeCoipPoolsResponse> |
Ec2AsyncClient.describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeCoipPoolsResponse> |
DescribeCoipPoolsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCoipPoolsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCoipPoolsResponse> subscriber) |
Copyright © 2022. All rights reserved.