public class UnpauseContainerCmdImpl extends AbstrDockerCmd<UnpauseContainerCmd,Void> implements UnpauseContainerCmd
UnpauseContainerCmd.Execexecution| Constructor and Description |
|---|
UnpauseContainerCmdImpl(UnpauseContainerCmd.Exec exec,
String containerId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getContainerId() |
UnpauseContainerCmd |
withContainerId(String containerId) |
close, registryAuth, toStringpublic UnpauseContainerCmdImpl(UnpauseContainerCmd.Exec exec, String containerId)
public String getContainerId()
getContainerId in interface UnpauseContainerCmdpublic UnpauseContainerCmd withContainerId(String containerId)
withContainerId in interface UnpauseContainerCmdpublic Void exec() throws NotFoundException
exec in interface SyncDockerCmd<Void>exec in interface UnpauseContainerCmdexec in class AbstrDockerCmd<UnpauseContainerCmd,Void>NotFoundException - No such containerCopyright © 2017. All Rights Reserved.