Uses of Class
software.amazon.awssdk.services.ec2.model.AddressFamily
-
Packages that use AddressFamily Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AddressFamily in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AddressFamily Modifier and Type Method Description AddressFamilyCreateIpamPoolRequest. addressFamily()The IP protocol assigned to this IPAM pool.AddressFamilyCreateIpamPrefixListResolverRequest. addressFamily()The address family for the IPAM prefix list resolver.AddressFamilyIpamPool. addressFamily()The address family of the pool.AddressFamilyIpamPrefixListResolver. addressFamily()The address family (IPv4 or IPv6) for the IPAM prefix list resolver.static AddressFamilyAddressFamily. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AddressFamilyAddressFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressFamily[]AddressFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AddressFamily Modifier and Type Method Description static Set<AddressFamily>AddressFamily. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AddressFamily Modifier and Type Method Description CreateIpamPoolRequest.BuilderCreateIpamPoolRequest.Builder. addressFamily(AddressFamily addressFamily)The IP protocol assigned to this IPAM pool.CreateIpamPrefixListResolverRequest.BuilderCreateIpamPrefixListResolverRequest.Builder. addressFamily(AddressFamily addressFamily)The address family for the IPAM prefix list resolver.IpamPool.BuilderIpamPool.Builder. addressFamily(AddressFamily addressFamily)The address family of the pool.IpamPrefixListResolver.BuilderIpamPrefixListResolver.Builder. addressFamily(AddressFamily addressFamily)The address family (IPv4 or IPv6) for the IPAM prefix list resolver.
-