Uses of Enum
software.amazon.awssdk.services.ec2.model.AddressFamily
Packages that use AddressFamily
-
Uses of AddressFamily in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AddressFamilyModifier and TypeMethodDescriptionfinal AddressFamilyCreateIpamPoolRequest.addressFamily()The IP protocol assigned to this IPAM pool.final AddressFamilyCreateIpamPrefixListResolverRequest.addressFamily()The address family for the IPAM prefix list resolver.final AddressFamilyIpamPool.addressFamily()The address family of the pool.final AddressFamilyIpamPrefixListResolver.addressFamily()The address family (IPv4 or IPv6) for the IPAM prefix list resolver.static AddressFamilyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AddressFamilyReturns 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 AddressFamilyMethods in software.amazon.awssdk.services.ec2.model with parameters of type AddressFamilyModifier and TypeMethodDescriptionCreateIpamPoolRequest.Builder.addressFamily(AddressFamily addressFamily) The IP protocol assigned to this IPAM pool.CreateIpamPrefixListResolverRequest.Builder.addressFamily(AddressFamily addressFamily) The address family for the IPAM prefix list resolver.IpamPool.Builder.addressFamily(AddressFamily addressFamily) The address family of the pool.IpamPrefixListResolver.Builder.addressFamily(AddressFamily addressFamily) The address family (IPv4 or IPv6) for the IPAM prefix list resolver.