Uses of Class
software.amazon.awssdk.services.iot.model.CommandExecutionResult
-
Packages that use CommandExecutionResult Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandExecutionResult in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandExecutionResult Modifier and Type Method Description Map<String,CommandExecutionResult>GetCommandExecutionResponse. result()The result value for the current state of the command execution.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandExecutionResult Modifier and Type Method Description GetCommandExecutionResponse.BuilderGetCommandExecutionResponse.Builder. result(Map<String,CommandExecutionResult> result)The result value for the current state of the command execution.
-