Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ManifestStatus
-
Packages that use ManifestStatus Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of ManifestStatus in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return ManifestStatus Modifier and Type Method Description static ManifestStatusManifestStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManifestStatusDecoderManifestSummary. status()The state of the decoder manifest.ManifestStatusGetDecoderManifestResponse. status()The state of the decoder manifest.ManifestStatusGetModelManifestResponse. status()The state of the vehicle model.ManifestStatusModelManifestSummary. status()The state of the vehicle model.ManifestStatusUpdateDecoderManifestRequest. status()The state of the decoder manifest.ManifestStatusUpdateModelManifestRequest. status()The state of the vehicle model.static ManifestStatusManifestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ManifestStatus[]ManifestStatus. 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 ManifestStatus Modifier and Type Method Description static Set<ManifestStatus>ManifestStatus. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type ManifestStatus Modifier and Type Method Description DecoderManifestSummary.BuilderDecoderManifestSummary.Builder. status(ManifestStatus status)The state of the decoder manifest.GetDecoderManifestResponse.BuilderGetDecoderManifestResponse.Builder. status(ManifestStatus status)The state of the decoder manifest.GetModelManifestResponse.BuilderGetModelManifestResponse.Builder. status(ManifestStatus status)The state of the vehicle model.ModelManifestSummary.BuilderModelManifestSummary.Builder. status(ManifestStatus status)The state of the vehicle model.UpdateDecoderManifestRequest.BuilderUpdateDecoderManifestRequest.Builder. status(ManifestStatus status)The state of the decoder manifest.UpdateModelManifestRequest.BuilderUpdateModelManifestRequest.Builder. status(ManifestStatus status)The state of the vehicle model.
-