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