Uses of Class
com.amazonaws.services.ec2.model.PrefixList
Packages that use PrefixList
-
Uses of PrefixList in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PrefixListModifier and TypeMethodDescriptionPrefixList.clone()
The IP address range of the AWS service.PrefixList.withCidrs
(Collection<String> cidrs) The IP address range of the AWS service.PrefixList.withPrefixListId
(String prefixListId) The ID of the prefix.PrefixList.withPrefixListName
(String prefixListName) The name of the prefix.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PrefixListModifier and TypeMethodDescriptionDescribePrefixListsResult.getPrefixLists()
All available prefix lists.Methods in com.amazonaws.services.ec2.model with parameters of type PrefixListModifier and TypeMethodDescriptionDescribePrefixListsResult.withPrefixLists
(PrefixList... prefixLists) All available prefix lists.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PrefixListModifier and TypeMethodDescriptionvoid
DescribePrefixListsResult.setPrefixLists
(Collection<PrefixList> prefixLists) All available prefix lists.DescribePrefixListsResult.withPrefixLists
(Collection<PrefixList> prefixLists) All available prefix lists.