public interface InspectExecCmd extends SyncDockerCmd<InspectExecResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
InspectExecCmd.Exec |
Modifier and Type | Method and Description |
---|---|
InspectExecResponse |
exec() |
java.lang.String |
getExecId() |
InspectExecCmd |
withExecId(java.lang.String execId) |
@CheckForNull java.lang.String getExecId()
InspectExecCmd withExecId(@Nonnull java.lang.String execId)
InspectExecResponse exec() throws NotFoundException
exec
in interface SyncDockerCmd<InspectExecResponse>
NotFoundException
- if no such exec has been foundCopyright © 2019. All Rights Reserved.