public class UnpauseContainerCmdImpl extends AbstrDockerCmd<UnpauseContainerCmd,java.lang.Void> implements UnpauseContainerCmd
UnpauseContainerCmd.Exec
execution
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, toString
public UnpauseContainerCmdImpl(UnpauseContainerCmd.Exec exec, java.lang.String containerId)
public java.lang.String getContainerId()
getContainerId
in interface UnpauseContainerCmd
public UnpauseContainerCmd withContainerId(java.lang.String containerId)
withContainerId
in interface UnpauseContainerCmd
public java.lang.Void exec() throws NotFoundException
exec
in interface SyncDockerCmd<java.lang.Void>
exec
in interface UnpauseContainerCmd
exec
in class AbstrDockerCmd<UnpauseContainerCmd,java.lang.Void>
NotFoundException
- No such containerCopyright © 2018. All Rights Reserved.