Uses of Class
com.spotify.docker.client.messages.swarm.SecretSpec
Packages that use SecretSpec
-
Uses of SecretSpec in com.spotify.docker.client
Methods in com.spotify.docker.client with parameters of type SecretSpecModifier and TypeMethodDescriptionDefaultDockerClient.createSecret
(SecretSpec secret) DockerClient.createSecret
(SecretSpec secret) Create a secret. -
Uses of SecretSpec in com.spotify.docker.client.messages.swarm
Subclasses of SecretSpec in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as SecretSpecMethods in com.spotify.docker.client.messages.swarm that return SecretSpecModifier and TypeMethodDescriptionAutoValue_SecretSpec.Builder.build()
abstract SecretSpec
SecretSpec.Builder.build()
(package private) static SecretSpec
AutoValue_Secret.secretSpec()
abstract SecretSpec
Secret.secretSpec()
Methods in com.spotify.docker.client.messages.swarm with parameters of type SecretSpecConstructors in com.spotify.docker.client.messages.swarm with parameters of type SecretSpecModifierConstructorDescription(package private)
AutoValue_Secret
(String id, Version version, Date createdAt, Date updatedAt, SecretSpec secretSpec)