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