Uses of Class
com.spotify.docker.client.messages.swarm.SecretFile
-
Packages that use SecretFile Package Description com.spotify.docker.client.messages.swarm -
-
Uses of SecretFile in com.spotify.docker.client.messages.swarm
Subclasses of SecretFile in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_SecretFile
Fields in com.spotify.docker.client.messages.swarm declared as SecretFile Modifier and Type Field Description private SecretFile
AutoValue_SecretBind.Builder. file
private SecretFile
AutoValue_SecretBind. file
Methods in com.spotify.docker.client.messages.swarm that return SecretFile Modifier and Type Method Description SecretFile
AutoValue_SecretFile.Builder. build()
abstract SecretFile
SecretFile.Builder. build()
(package private) static SecretFile
SecretFile. create(java.lang.String name, java.lang.String uid, java.lang.String gid, java.lang.Long mode)
SecretFile
AutoValue_SecretBind. file()
abstract SecretFile
SecretBind. file()
Methods in com.spotify.docker.client.messages.swarm with parameters of type SecretFile Modifier and Type Method Description (package private) static SecretBind
SecretBind. create(SecretFile file, java.lang.String secretId, java.lang.String secretName)
SecretBind.Builder
AutoValue_SecretBind.Builder. file(SecretFile file)
abstract SecretBind.Builder
SecretBind.Builder. file(SecretFile file)
Constructors in com.spotify.docker.client.messages.swarm with parameters of type SecretFile Constructor Description AutoValue_SecretBind(SecretFile file, java.lang.String secretId, java.lang.String secretName)
-