Uses of Class
software.amazon.awssdk.services.iotwireless.model.FuotaTaskEvent
-
Packages that use FuotaTaskEvent Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of FuotaTaskEvent in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return FuotaTaskEvent Modifier and Type Method Description FuotaTaskEventFuotaTaskEventLogOption. event()Returns the value of the Event property for this object.static FuotaTaskEventFuotaTaskEvent. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FuotaTaskEventFuotaTaskEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static FuotaTaskEvent[]FuotaTaskEvent. 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 FuotaTaskEvent Modifier and Type Method Description static Set<FuotaTaskEvent>FuotaTaskEvent. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type FuotaTaskEvent Modifier and Type Method Description FuotaTaskEventLogOption.BuilderFuotaTaskEventLogOption.Builder. event(FuotaTaskEvent event)Sets the value of the Event property for this object.
-