| 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<DescribePrefixListsResponse> |
Ec2AsyncClient.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID
of the service and the IP address range for the service.
|
default DescribePrefixListsResponse |
Ec2Client.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID
of the service and the IP address range for the service.
|
default DescribePrefixListsPublisher |
Ec2AsyncClient.describePrefixListsPaginator(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID
of the service and the IP address range for the service.
|
default DescribePrefixListsIterable |
Ec2Client.describePrefixListsPaginator(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID
of the service and the IP address range for the service.
|
| Constructor and Description |
|---|
DescribePrefixListsIterable(Ec2Client client,
DescribePrefixListsRequest firstRequest) |
DescribePrefixListsPublisher(Ec2AsyncClient client,
DescribePrefixListsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribePrefixListsRequestMarshaller.marshall(DescribePrefixListsRequest describePrefixListsRequest) |
Copyright © 2019. All rights reserved.