public interface UnpauseContainerCmd extends SyncDockerCmd<Void>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UnpauseContainerCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getContainerId() |
UnpauseContainerCmd |
withContainerId(String containerId) |
@CheckForNull String getContainerId()
UnpauseContainerCmd withContainerId(@Nonnull String containerId)
Void exec() throws NotFoundException
exec in interface SyncDockerCmd<Void>NotFoundException - No such containerCopyright © 2025. All rights reserved.