| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Command |
CreateTaskRequest.command()
The task to be performed.
|
static Command |
Command.fromReboot(Consumer<Reboot.Builder> reboot)
Create an instance of this class with
reboot() initialized to the given value. |
static Command |
Command.fromReboot(Reboot reboot)
Create an instance of this class with
reboot() initialized to the given value. |
static Command |
Command.fromUnlock(Consumer<Unlock.Builder> unlock)
Create an instance of this class with
unlock() initialized to the given value. |
static Command |
Command.fromUnlock(Unlock unlock)
Create an instance of this class with
unlock() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CreateTaskRequest.Builder |
CreateTaskRequest.Builder.command(Command command)
The task to be performed.
|
Copyright © 2023. All rights reserved.