Uses of Class
software.amazon.awssdk.services.cloudfront.model.IpamCidrConfig
Packages that use IpamCidrConfig
-
Uses of IpamCidrConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type IpamCidrConfigModifier and TypeMethodDescriptionfinal List<IpamCidrConfig>CreateAnycastIpListRequest.ipamCidrConfigs()A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list.final List<IpamCidrConfig>IpamConfig.ipamCidrConfigs()A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.final List<IpamCidrConfig>UpdateAnycastIpListRequest.ipamCidrConfigs()A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type IpamCidrConfigModifier and TypeMethodDescriptionCreateAnycastIpListRequest.Builder.ipamCidrConfigs(IpamCidrConfig... ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list.IpamConfig.Builder.ipamCidrConfigs(IpamCidrConfig... ipamCidrConfigs) A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.UpdateAnycastIpListRequest.Builder.ipamCidrConfigs(IpamCidrConfig... ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type IpamCidrConfigModifier and TypeMethodDescriptionCreateAnycastIpListRequest.Builder.ipamCidrConfigs(Collection<IpamCidrConfig> ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list.IpamConfig.Builder.ipamCidrConfigs(Collection<IpamCidrConfig> ipamCidrConfigs) A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.UpdateAnycastIpListRequest.Builder.ipamCidrConfigs(Collection<IpamCidrConfig> ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.