Modifier and Type | Method and Description |
---|---|
UpdateServiceCmd |
DockerClient.updateServiceCmd(java.lang.String serviceId,
ServiceSpec serviceSpec)
Command to update a service specification
|
Modifier and Type | Method and Description |
---|---|
UpdateServiceCmd |
UpdateServiceCmd.withServiceId(java.lang.String serviceId) |
UpdateServiceCmd |
UpdateServiceCmd.withServiceSpec(ServiceSpec serviceSpec) |
UpdateServiceCmd |
UpdateServiceCmd.withVersion(java.lang.Long version) |
Modifier and Type | Method and Description |
---|---|
UpdateServiceCmd |
DockerClientImpl.updateServiceCmd(java.lang.String serviceId,
ServiceSpec serviceSpec) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateServiceCmdImpl |
Modifier and Type | Method and Description |
---|---|
UpdateServiceCmd |
UpdateServiceCmdImpl.withServiceId(java.lang.String serviceId) |
UpdateServiceCmd |
UpdateServiceCmdImpl.withServiceSpec(ServiceSpec serviceSpec) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
UpdateServiceCmdExec.execute(UpdateServiceCmd command) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
UpdateServiceCmdExec.execute(UpdateServiceCmd command) |
Copyright © 2018. All Rights Reserved.