Uses of Class
software.amazon.awssdk.services.iot.model.GetCommandRequest
-
Packages that use GetCommandRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetCommandRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetCommandRequest Modifier and Type Method Description default CompletableFuture<GetCommandResponse>IotAsyncClient. getCommand(GetCommandRequest getCommandRequest)Gets information about the specified command.default GetCommandResponseIotClient. getCommand(GetCommandRequest getCommandRequest)Gets information about the specified command. -
Uses of GetCommandRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetCommandRequest Modifier and Type Method Description SdkHttpFullRequestGetCommandRequestMarshaller. marshall(GetCommandRequest getCommandRequest)
-