Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PrefixList> |
DescribePrefixListsResult.prefixLists
All available prefix lists.
|
Modifier and Type | Method and Description |
---|---|
PrefixList |
PrefixList.clone() |
PrefixList |
PrefixList.withCidrs(java.util.Collection<java.lang.String> cidrs)
The IP address range of the AWS service.
|
PrefixList |
PrefixList.withCidrs(java.lang.String... cidrs)
The IP address range of the AWS service.
|
PrefixList |
PrefixList.withPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
|
PrefixList |
PrefixList.withPrefixListName(java.lang.String prefixListName)
The name of the prefix.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PrefixList> prefixLists)
All available prefix lists.
|
DescribePrefixListsResult |
DescribePrefixListsResult.withPrefixLists(java.util.Collection<PrefixList> prefixLists)
All available prefix lists.
|
Modifier and Type | Method and Description |
---|---|
PrefixList |
PrefixListStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |