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 PrefixListPrefixList. clone()PrefixListPrefixList. withCidrs(String... cidrs)The IP address range of the AWS service.PrefixListPrefixList. withCidrs(Collection<String> cidrs)The IP address range of the AWS service.PrefixListPrefixList. withPrefixListId(String prefixListId)The ID of the prefix.PrefixListPrefixList. 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 DescribePrefixListsResultDescribePrefixListsResult. 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 voidDescribePrefixListsResult. setPrefixLists(Collection<PrefixList> prefixLists)All available prefix lists.DescribePrefixListsResultDescribePrefixListsResult. withPrefixLists(Collection<PrefixList> prefixLists)All available prefix lists.
-