Uses of Class
com.amazonaws.services.ec2.model.PrefixList
-
Packages that use PrefixList Package Description com.amazonaws.services.ec2.model -
-
Uses of PrefixList in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PrefixList Modifier and Type Method Description PrefixList
PrefixList. clone()
PrefixList
PrefixList. withCidrs(String... cidrs)
The IP address range of the AWS service.PrefixList
PrefixList. withCidrs(Collection<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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PrefixList Modifier and Type Method Description List<PrefixList>
DescribePrefixListsResult. getPrefixLists()
All available prefix lists.Methods in com.amazonaws.services.ec2.model with parameters of type PrefixList Modifier and Type Method Description DescribePrefixListsResult
DescribePrefixListsResult. withPrefixLists(PrefixList... prefixLists)
All available prefix lists.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PrefixList Modifier and Type Method Description void
DescribePrefixListsResult. setPrefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.DescribePrefixListsResult
DescribePrefixListsResult. withPrefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
-