Uses of Class
software.amazon.awssdk.services.iot.model.CommandPayload
-
Packages that use CommandPayload Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandPayload in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CommandPayload Modifier and Type Method Description CommandPayload
CreateCommandRequest. payload()
The payload object for the command.CommandPayload
GetCommandResponse. payload()
The payload object that you provided for the command.Methods in software.amazon.awssdk.services.iot.model with parameters of type CommandPayload Modifier and Type Method Description CreateCommandRequest.Builder
CreateCommandRequest.Builder. payload(CommandPayload payload)
The payload object for the command.GetCommandResponse.Builder
GetCommandResponse.Builder. payload(CommandPayload payload)
The payload object that you provided for the command.
-