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