Uses of Class
software.amazon.awssdk.services.iot.model.StatusReason
-
Packages that use StatusReason Package Description software.amazon.awssdk.services.iot.model -
-
Uses of StatusReason in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return StatusReason Modifier and Type Method Description StatusReasonGetCommandExecutionResponse. statusReason()Your devices can use this parameter to provide additional context about the status of a command execution using a reason code and description.Methods in software.amazon.awssdk.services.iot.model with parameters of type StatusReason Modifier and Type Method Description GetCommandExecutionResponse.BuilderGetCommandExecutionResponse.Builder. statusReason(StatusReason statusReason)Your devices can use this parameter to provide additional context about the status of a command execution using a reason code and description.
-