Uses of Interface
org.mandas.docker.client.messages.swarm.UpdateConfig
-
Packages that use UpdateConfig Package Description org.mandas.docker.client.messages.swarm -
-
Uses of UpdateConfig in org.mandas.docker.client.messages.swarm
Methods in org.mandas.docker.client.messages.swarm that return UpdateConfig Modifier and Type Method Description static UpdateConfigUpdateConfig. create(Long parallelism, Long delay, String failureAction, String order)UpdateConfigServiceSpec. updateConfig()Methods in org.mandas.docker.client.messages.swarm with parameters of type UpdateConfig Modifier and Type Method Description ServiceSpec.BuilderServiceSpec.Builder. updateConfig(UpdateConfig updateConfig)
-