Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.IpAddressFamily
-
Packages that use IpAddressFamily Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of IpAddressFamily in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return IpAddressFamily Modifier and Type Method Description static IpAddressFamilyIpAddressFamily. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpAddressFamilyIpSet. ipAddressFamily()The types of IP addresses included in this IP set.static IpAddressFamilyIpAddressFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressFamily[]IpAddressFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type IpAddressFamily Modifier and Type Method Description static Set<IpAddressFamily>IpAddressFamily. knownValues()Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type IpAddressFamily Modifier and Type Method Description IpSet.BuilderIpSet.Builder. ipAddressFamily(IpAddressFamily ipAddressFamily)The types of IP addresses included in this IP set.
-