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