Uses of Class
com.spotify.docker.client.messages.mount.Mount
Packages that use Mount
Package
Description
-
Uses of Mount in com.spotify.docker.client.messages.mount
Subclasses of Mount in com.spotify.docker.client.messages.mountMethods in com.spotify.docker.client.messages.mount that return MountModifier and TypeMethodDescriptionAutoValue_Mount.Builder.build()
abstract Mount
Mount.Builder.build()
(package private) static Mount
Mount.create
(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions) -
Uses of Mount in com.spotify.docker.client.messages.swarm
Fields in com.spotify.docker.client.messages.swarm with type parameters of type MountModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<Mount> AutoValue_ContainerSpec.Builder.mounts
private final com.google.common.collect.ImmutableList
<Mount> AutoValue_ContainerSpec.mounts
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type MountModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Mount> AutoValue_ContainerSpec.mounts()
abstract com.google.common.collect.ImmutableList
<Mount> ContainerSpec.mounts()
Methods in com.spotify.docker.client.messages.swarm with parameters of type MountModifier and TypeMethodDescriptionabstract ContainerSpec.Builder
ContainerSpec.Builder.withMounts
(Mount... mounts) Deprecated.Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type MountModifier and TypeMethodDescriptionabstract ContainerSpec.Builder
ContainerSpec.Builder.withMounts
(List<Mount> mounts) Deprecated.As of release 7.0.0, replaced byContainerSpec.Builder.mounts(List)
.
ContainerSpec.Builder.mounts(Mount...)
.