| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PrefixList> |
DescribePrefixListsResponse.prefixLists()
All available prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePrefixListsResponse.Builder |
DescribePrefixListsResponse.Builder.prefixLists(PrefixList... prefixLists)
All available prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePrefixListsResponse.Builder |
DescribePrefixListsResponse.Builder.prefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PrefixList> |
DescribePrefixListsIterable.prefixLists()
Returns an iterable to iterate through the paginated
DescribePrefixListsResponse.prefixLists() member. |
SdkPublisher<PrefixList> |
DescribePrefixListsPublisher.prefixLists()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.