Uses of Class
software.amazon.awssdk.services.iotwireless.model.FuotaDeviceStatus
-
Packages that use FuotaDeviceStatus Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of FuotaDeviceStatus in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return FuotaDeviceStatus Modifier and Type Method Description static FuotaDeviceStatusFuotaDeviceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FuotaDeviceStatusWirelessDeviceStatistics. fuotaDeviceStatus()Returns the value of the FuotaDeviceStatus property for this object.static FuotaDeviceStatusFuotaDeviceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FuotaDeviceStatus[]FuotaDeviceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type FuotaDeviceStatus Modifier and Type Method Description static Set<FuotaDeviceStatus>FuotaDeviceStatus. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type FuotaDeviceStatus Modifier and Type Method Description WirelessDeviceStatistics.BuilderWirelessDeviceStatistics.Builder. fuotaDeviceStatus(FuotaDeviceStatus fuotaDeviceStatus)Sets the value of the FuotaDeviceStatus property for this object.
-