Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.paginators | |
software.amazon.awssdk.services.ec2.transform |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DescribeCoipPoolsResponse> |
Ec2AsyncClient.describeCoipPools(DescribeCoipPoolsRequest 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.
|
default DescribeCoipPoolsPublisher |
Ec2AsyncClient.describeCoipPoolsPaginator(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default DescribeCoipPoolsIterable |
Ec2Client.describeCoipPoolsPaginator(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
Constructor and Description |
---|
DescribeCoipPoolsIterable(Ec2Client client,
DescribeCoipPoolsRequest firstRequest) |
DescribeCoipPoolsPublisher(Ec2AsyncClient client,
DescribeCoipPoolsRequest firstRequest) |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
DescribeCoipPoolsRequestMarshaller.marshall(DescribeCoipPoolsRequest describeCoipPoolsRequest) |
Copyright © 2020. All rights reserved.