public interface InspectConfigCmd extends SyncDockerCmd<Config>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectConfigCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Config |
exec() |
String |
getConfigId() |
InspectConfigCmd |
withConfigId(String configId) |
@CheckForNull String getConfigId()
InspectConfigCmd withConfigId(@Nonnull String configId)
Config exec() throws NotFoundException
exec in interface SyncDockerCmd<Config>NotFoundException - No such configCopyright © 2025. All rights reserved.