Uses of Class
com.spotify.docker.client.messages.swarm.SecretBind
-
Packages that use SecretBind Package Description com.spotify.docker.client.messages.swarm -
-
Uses of SecretBind in com.spotify.docker.client.messages.swarm
Subclasses of SecretBind in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_SecretBind
Fields in com.spotify.docker.client.messages.swarm with type parameters of type SecretBind Modifier and Type Field Description private com.google.common.collect.ImmutableList<SecretBind>
AutoValue_ContainerSpec.Builder. secrets
private com.google.common.collect.ImmutableList<SecretBind>
AutoValue_ContainerSpec. secrets
Methods in com.spotify.docker.client.messages.swarm that return SecretBind Modifier and Type Method Description SecretBind
AutoValue_SecretBind.Builder. build()
abstract SecretBind
SecretBind.Builder. build()
(package private) static SecretBind
SecretBind. create(SecretFile file, java.lang.String secretId, java.lang.String secretName)
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type SecretBind Modifier and Type Method Description com.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 SecretBind Modifier and Type Method Description ContainerSpec.Builder
AutoValue_ContainerSpec.Builder. secrets(java.util.List<SecretBind> secrets)
abstract ContainerSpec.Builder
ContainerSpec.Builder. secrets(java.util.List<SecretBind> secrets)
-