| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PrefixListEntry |
PrefixListEntry.clone() |
PrefixListEntry |
PrefixListEntry.withCidr(String cidr)
The CIDR block.
|
PrefixListEntry |
PrefixListEntry.withDescription(String description)
The description.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrefixListEntry> |
GetManagedPrefixListEntriesResult.getEntries()
Information about the prefix list entries.
|
| Modifier and Type | Method and Description |
|---|---|
GetManagedPrefixListEntriesResult |
GetManagedPrefixListEntriesResult.withEntries(PrefixListEntry... entries)
Information about the prefix list entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetManagedPrefixListEntriesResult.setEntries(Collection<PrefixListEntry> entries)
Information about the prefix list entries.
|
GetManagedPrefixListEntriesResult |
GetManagedPrefixListEntriesResult.withEntries(Collection<PrefixListEntry> entries)
Information about the prefix list entries.
|
Copyright © 2023. All rights reserved.