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