Uses of Class
com.spotify.docker.client.messages.swarm.ConfigBind
Packages that use ConfigBind
-
Uses of ConfigBind in com.spotify.docker.client.messages.swarm
Subclasses of ConfigBind in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm with type parameters of type ConfigBindModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<ConfigBind> AutoValue_ContainerSpec.Builder.configsprivate final com.google.common.collect.ImmutableList<ConfigBind> AutoValue_ContainerSpec.configsMethods in com.spotify.docker.client.messages.swarm that return ConfigBindModifier and TypeMethodDescriptionAutoValue_ConfigBind.Builder.build()abstract ConfigBindConfigBind.Builder.build()(package private) static ConfigBindConfigBind.create(ConfigFile file, String configId, String configName) Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type ConfigBindModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ConfigBind> AutoValue_ContainerSpec.configs()abstract com.google.common.collect.ImmutableList<ConfigBind> ContainerSpec.configs()Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type ConfigBindModifier and TypeMethodDescriptionAutoValue_ContainerSpec.Builder.configs(List<ConfigBind> configs) abstract ContainerSpec.BuilderContainerSpec.Builder.configs(List<ConfigBind> configs)