Uses of Interface
software.amazon.awssdk.services.iot.model.StatusReason.Builder
-
Packages that use StatusReason.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of StatusReason.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return StatusReason.Builder Modifier and Type Method Description static StatusReason.BuilderStatusReason. builder()StatusReason.BuilderStatusReason.Builder. reasonCode(String reasonCode)A code that provides additional context for the command execution status.StatusReason.BuilderStatusReason.Builder. reasonDescription(String reasonDescription)A literal string for devices to optionally provide additional information about the reason code for a command execution status.StatusReason.BuilderStatusReason. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type StatusReason.Builder Modifier and Type Method Description static Class<? extends StatusReason.Builder>StatusReason. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type StatusReason.Builder Modifier and Type Method Description default GetCommandExecutionResponse.BuilderGetCommandExecutionResponse.Builder. statusReason(Consumer<StatusReason.Builder> statusReason)Your devices can use this parameter to provide additional context about the status of a command execution using a reason code and description.
-