Uses of Interface
org.mandas.docker.client.messages.swarm.SecretBind
-
Packages that use SecretBind Package Description org.mandas.docker.client.messages.swarm -
-
Uses of SecretBind in org.mandas.docker.client.messages.swarm
Methods in org.mandas.docker.client.messages.swarm that return SecretBind Modifier and Type Method Description SecretBindSecretBind.Builder. build()Methods in org.mandas.docker.client.messages.swarm that return types with arguments of type SecretBind Modifier and Type Method Description List<SecretBind>ContainerSpec. secrets()Method parameters in org.mandas.docker.client.messages.swarm with type arguments of type SecretBind Modifier and Type Method Description ContainerSpec.BuilderContainerSpec.Builder. secrets(Iterable<? extends SecretBind> secrets)
-