Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.SignalFetchConfig.Type
-
Packages that use SignalFetchConfig.Type Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of SignalFetchConfig.Type in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return SignalFetchConfig.Type Modifier and Type Method Description SignalFetchConfig.TypeSignalFetchConfig. type()Retrieve an enum value representing which member of this object is populated.static SignalFetchConfig.TypeSignalFetchConfig.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SignalFetchConfig.Type[]SignalFetchConfig.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-