Uses of Class
software.amazon.awssdk.services.iot.model.CommandParameter
-
Packages that use CommandParameter Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandParameter in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandParameter Modifier and Type Method Description List<CommandParameter>CreateCommandRequest. mandatoryParameters()A list of parameters that are required by theStartCommandExecutionAPI.List<CommandParameter>GetCommandResponse. mandatoryParameters()A list of parameters for the command created.Methods in software.amazon.awssdk.services.iot.model with parameters of type CommandParameter Modifier and Type Method Description CreateCommandRequest.BuilderCreateCommandRequest.Builder. mandatoryParameters(CommandParameter... mandatoryParameters)A list of parameters that are required by theStartCommandExecutionAPI.GetCommandResponse.BuilderGetCommandResponse.Builder. mandatoryParameters(CommandParameter... mandatoryParameters)A list of parameters for the command created.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandParameter Modifier and Type Method Description CreateCommandRequest.BuilderCreateCommandRequest.Builder. mandatoryParameters(Collection<CommandParameter> mandatoryParameters)A list of parameters that are required by theStartCommandExecutionAPI.GetCommandResponse.BuilderGetCommandResponse.Builder. mandatoryParameters(Collection<CommandParameter> mandatoryParameters)A list of parameters for the command created.
-