| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribePrefixListsResponse |
Ec2Client.describePrefixLists()
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(Consumer<DescribePrefixListsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribePrefixListsResponse> |
Ec2AsyncClient.describePrefixLists()
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 CompletableFuture<DescribePrefixListsResponse> |
Ec2AsyncClient.describePrefixLists(Consumer<DescribePrefixListsRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribePrefixListsResponse> |
DescribePrefixListsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePrefixListsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribePrefixListsResponse> subscriber) |
Copyright © 2021. All rights reserved.