| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static ManifestStatus |
ManifestStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ManifestStatus |
DecoderManifestSummary.status()
The state of the decoder manifest.
|
ManifestStatus |
GetModelManifestResponse.status()
The state of the vehicle model.
|
ManifestStatus |
GetDecoderManifestResponse.status()
The state of the decoder manifest.
|
ManifestStatus |
ModelManifestSummary.status()
The state of the vehicle model.
|
ManifestStatus |
UpdateModelManifestRequest.status()
The state of the vehicle model.
|
ManifestStatus |
UpdateDecoderManifestRequest.status()
The state of the decoder manifest.
|
static ManifestStatus |
ManifestStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ManifestStatus> |
ManifestStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DecoderManifestSummary.Builder |
DecoderManifestSummary.Builder.status(ManifestStatus status)
The state of the decoder manifest.
|
GetModelManifestResponse.Builder |
GetModelManifestResponse.Builder.status(ManifestStatus status)
The state of the vehicle model.
|
GetDecoderManifestResponse.Builder |
GetDecoderManifestResponse.Builder.status(ManifestStatus status)
The state of the decoder manifest.
|
ModelManifestSummary.Builder |
ModelManifestSummary.Builder.status(ManifestStatus status)
The state of the vehicle model.
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.Builder.status(ManifestStatus status)
The state of the vehicle model.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.status(ManifestStatus status)
The state of the decoder manifest.
|
Copyright © 2022. All rights reserved.