Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.NetworkInterfaceFailureReason
-
Packages that use NetworkInterfaceFailureReason Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of NetworkInterfaceFailureReason in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return NetworkInterfaceFailureReason Modifier and Type Method Description static NetworkInterfaceFailureReasonNetworkInterfaceFailureReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkInterfaceFailureReasonInvalidNetworkInterface. reason()A message about why the interface isn't valid.static NetworkInterfaceFailureReasonNetworkInterfaceFailureReason. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkInterfaceFailureReason[]NetworkInterfaceFailureReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type NetworkInterfaceFailureReason Modifier and Type Method Description static Set<NetworkInterfaceFailureReason>NetworkInterfaceFailureReason. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type NetworkInterfaceFailureReason Modifier and Type Method Description InvalidNetworkInterface.BuilderInvalidNetworkInterface.Builder. reason(NetworkInterfaceFailureReason reason)A message about why the interface isn't valid.
-