Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.Command
-
Packages that use Command Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of Command in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return Command Modifier and Type Method Description CommandCreateTaskRequest. command()The task to be performed.static CommandCommand. fromReboot(Consumer<Reboot.Builder> reboot)Create an instance of this class withreboot()initialized to the given value.static CommandCommand. fromReboot(Reboot reboot)Create an instance of this class withreboot()initialized to the given value.static CommandCommand. fromUnlock(Consumer<Unlock.Builder> unlock)Create an instance of this class withunlock()initialized to the given value.static CommandCommand. fromUnlock(Unlock unlock)Create an instance of this class withunlock()initialized to the given value.Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type Command Modifier and Type Method Description CreateTaskRequest.BuilderCreateTaskRequest.Builder. command(Command command)The task to be performed.
-