| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static Command.Builder |
Command.builder() |
default Command.Builder |
Command.Builder.reboot(Consumer<Reboot.Builder> reboot)
Reboots the device.
|
Command.Builder |
Command.Builder.reboot(Reboot reboot)
Reboots the device.
|
Command.Builder |
Command.toBuilder() |
default Command.Builder |
Command.Builder.unlock(Consumer<Unlock.Builder> unlock)
Unlocks the device.
|
Command.Builder |
Command.Builder.unlock(Unlock unlock)
Unlocks the device.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Command.Builder> |
Command.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTaskRequest.Builder |
CreateTaskRequest.Builder.command(Consumer<Command.Builder> command)
The task to be performed.
|
Copyright © 2023. All rights reserved.