Uses of Class
software.amazon.awssdk.services.networkmonitor.model.AddressFamily
-
Packages that use AddressFamily Package Description software.amazon.awssdk.services.networkmonitor.model -
-
Uses of AddressFamily in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return AddressFamily Modifier and Type Method Description AddressFamilyCreateProbeResponse. addressFamily()Indicates whether the IP address isIPV4orIPV6.AddressFamilyGetProbeResponse. addressFamily()Indicates whether the IP address isIPV4orIPV6.AddressFamilyProbe. addressFamily()The IPv4 or IPv6 address for the probe.AddressFamilyUpdateProbeResponse. addressFamily()The updated IP address family.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.networkmonitor.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.networkmonitor.model with parameters of type AddressFamily Modifier and Type Method Description CreateProbeResponse.BuilderCreateProbeResponse.Builder. addressFamily(AddressFamily addressFamily)Indicates whether the IP address isIPV4orIPV6.GetProbeResponse.BuilderGetProbeResponse.Builder. addressFamily(AddressFamily addressFamily)Indicates whether the IP address isIPV4orIPV6.Probe.BuilderProbe.Builder. addressFamily(AddressFamily addressFamily)The IPv4 or IPv6 address for the probe.UpdateProbeResponse.BuilderUpdateProbeResponse.Builder. addressFamily(AddressFamily addressFamily)The updated IP address family.
-