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.secrets
private final com.google.common.collect.ImmutableList
<SecretBind> AutoValue_ContainerSpec.secrets
Methods in com.spotify.docker.client.messages.swarm that return SecretBindModifier and TypeMethodDescriptionAutoValue_SecretBind.Builder.build()
abstract SecretBind
SecretBind.Builder.build()
(package private) static SecretBind
SecretBind.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.Builder
ContainerSpec.Builder.secrets
(List<SecretBind> secrets)