Uses of Class
com.spotify.docker.client.messages.swarm.SecretBind
Packages that use SecretBind
-
Uses of SecretBind in com.spotify.docker.client.messages.swarm
Subclasses of SecretBind in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm with type parameters of type SecretBindModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<SecretBind> AutoValue_ContainerSpec.Builder.secretsprivate final com.google.common.collect.ImmutableList<SecretBind> AutoValue_ContainerSpec.secretsMethods in com.spotify.docker.client.messages.swarm that return SecretBindModifier and TypeMethodDescriptionAutoValue_SecretBind.Builder.build()abstract SecretBindSecretBind.Builder.build()(package private) static SecretBindSecretBind.create(SecretFile file, String secretId, String secretName) Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type SecretBindModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<SecretBind> AutoValue_ContainerSpec.secrets()abstract com.google.common.collect.ImmutableList<SecretBind> ContainerSpec.secrets()Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type SecretBindModifier and TypeMethodDescriptionAutoValue_ContainerSpec.Builder.secrets(List<SecretBind> secrets) abstract ContainerSpec.BuilderContainerSpec.Builder.secrets(List<SecretBind> secrets)