| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PrefixListEntry> |
GetManagedPrefixListEntriesResponse.entries()
Information about the prefix list entries.
|
| Modifier and Type | Method and Description |
|---|---|
GetManagedPrefixListEntriesResponse.Builder |
GetManagedPrefixListEntriesResponse.Builder.entries(PrefixListEntry... entries)
Information about the prefix list entries.
|
| Modifier and Type | Method and Description |
|---|---|
GetManagedPrefixListEntriesResponse.Builder |
GetManagedPrefixListEntriesResponse.Builder.entries(Collection<PrefixListEntry> entries)
Information about the prefix list entries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PrefixListEntry> |
GetManagedPrefixListEntriesPublisher.entries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PrefixListEntry> |
GetManagedPrefixListEntriesIterable.entries()
Returns an iterable to iterate through the paginated
GetManagedPrefixListEntriesResponse.entries()
member. |
Copyright © 2022. All rights reserved.