Uses of Interface
software.amazon.awssdk.services.ec2.model.PrefixList.Builder
-
Packages that use PrefixList.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PrefixList.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PrefixList.Builder Modifier and Type Method Description static PrefixList.BuilderPrefixList. builder()PrefixList.BuilderPrefixList.Builder. cidrs(String... cidrs)The IP address range of the Amazon Web Services service.PrefixList.BuilderPrefixList.Builder. cidrs(Collection<String> cidrs)The IP address range of the Amazon Web Services service.PrefixList.BuilderPrefixList.Builder. prefixListId(String prefixListId)The ID of the prefix.PrefixList.BuilderPrefixList.Builder. prefixListName(String prefixListName)The name of the prefix.PrefixList.BuilderPrefixList. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrefixList.Builder Modifier and Type Method Description static Class<? extends PrefixList.Builder>PrefixList. serializableBuilderClass()
-