Uses of Class
software.amazon.awssdk.services.iot.model.UpdateCommandResponse
-
Packages that use UpdateCommandResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateCommandResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateCommandResponse Modifier and Type Method Description default UpdateCommandResponseIotClient. updateCommand(Consumer<UpdateCommandRequest.Builder> updateCommandRequest)Update information about a command or mark a command for deprecation.default UpdateCommandResponseIotClient. updateCommand(UpdateCommandRequest updateCommandRequest)Update information about a command or mark a command for deprecation.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateCommandResponse Modifier and Type Method Description default CompletableFuture<UpdateCommandResponse>IotAsyncClient. updateCommand(Consumer<UpdateCommandRequest.Builder> updateCommandRequest)Update information about a command or mark a command for deprecation.default CompletableFuture<UpdateCommandResponse>IotAsyncClient. updateCommand(UpdateCommandRequest updateCommandRequest)Update information about a command or mark a command for deprecation.
-