| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixList |
PrefixList.clone() |
PrefixList |
PrefixList.withCidrs(Collection<String> cidrs)
The IP address range of the AWS service.
|
PrefixList |
PrefixList.withCidrs(String... cidrs)
The IP address range of the AWS service.
|
PrefixList |
PrefixList.withPrefixListId(String prefixListId)
The ID of the prefix.
|
PrefixList |
PrefixList.withPrefixListName(String prefixListName)
The name of the prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrefixList> |
DescribePrefixListsResult.getPrefixLists()
All available prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePrefixListsResult |
DescribePrefixListsResult.withPrefixLists(PrefixList... prefixLists)
All available prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePrefixListsResult.setPrefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
|
DescribePrefixListsResult |
DescribePrefixListsResult.withPrefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
|
Copyright © 2015. All rights reserved.