public interface ResizeContainerCmd extends SyncDockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
ResizeContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getContainerId() |
Integer |
getHeight() |
Integer |
getWidth() |
ResizeContainerCmd |
withContainerId(String execId) |
ResizeContainerCmd |
withSize(int height,
int width) |
@CheckForNull String getContainerId()
Integer getHeight()
Integer getWidth()
ResizeContainerCmd withContainerId(@Nonnull String execId)
ResizeContainerCmd withSize(int height, int width)
Void exec() throws NotFoundException
exec
in interface SyncDockerCmd<Void>
NotFoundException
- no such container instanceCopyright © 2021. All rights reserved.