Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.DefaultForUnmappedSignalsType
-
Packages that use DefaultForUnmappedSignalsType Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of DefaultForUnmappedSignalsType in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return DefaultForUnmappedSignalsType Modifier and Type Method Description DefaultForUnmappedSignalsTypeCreateDecoderManifestRequest. defaultForUnmappedSignals()Use default decoders for all unmapped signals in the model.DefaultForUnmappedSignalsTypeUpdateDecoderManifestRequest. defaultForUnmappedSignals()Use default decoders for all unmapped signals in the model.static DefaultForUnmappedSignalsTypeDefaultForUnmappedSignalsType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultForUnmappedSignalsTypeDefaultForUnmappedSignalsType. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultForUnmappedSignalsType[]DefaultForUnmappedSignalsType. 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 DefaultForUnmappedSignalsType Modifier and Type Method Description static Set<DefaultForUnmappedSignalsType>DefaultForUnmappedSignalsType. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type DefaultForUnmappedSignalsType Modifier and Type Method Description CreateDecoderManifestRequest.BuilderCreateDecoderManifestRequest.Builder. defaultForUnmappedSignals(DefaultForUnmappedSignalsType defaultForUnmappedSignals)Use default decoders for all unmapped signals in the model.UpdateDecoderManifestRequest.BuilderUpdateDecoderManifestRequest.Builder. defaultForUnmappedSignals(DefaultForUnmappedSignalsType defaultForUnmappedSignals)Use default decoders for all unmapped signals in the model.
-