Uses of Class
software.amazon.awssdk.services.iot.model.GetCommandExecutionRequest
-
Packages that use GetCommandExecutionRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetCommandExecutionRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetCommandExecutionRequest Modifier and Type Method Description default CompletableFuture<GetCommandExecutionResponse>IotAsyncClient. getCommandExecution(GetCommandExecutionRequest getCommandExecutionRequest)Gets information about the specific command execution on a single device.default GetCommandExecutionResponseIotClient. getCommandExecution(GetCommandExecutionRequest getCommandExecutionRequest)Gets information about the specific command execution on a single device. -
Uses of GetCommandExecutionRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetCommandExecutionRequest Modifier and Type Method Description SdkHttpFullRequestGetCommandExecutionRequestMarshaller. marshall(GetCommandExecutionRequest getCommandExecutionRequest)
-