public interface InspectServiceCmd extends SyncDockerCmd<Service>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectServiceCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Service |
exec() |
String |
getServiceId() |
InspectServiceCmd |
withServiceId(String serviceId) |
@CheckForNull String getServiceId()
InspectServiceCmd withServiceId(@Nonnull String serviceId)
Service exec() throws NotFoundException
exec in interface SyncDockerCmd<Service>NotFoundException - No such serviceCopyright © 2025. All rights reserved.