Uses of Class
com.spotify.docker.client.messages.Volume
-
Packages that use Volume Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of Volume in com.spotify.docker.client
Methods in com.spotify.docker.client that return Volume Modifier and Type Method Description Volume
DefaultDockerClient. createVolume()
Volume
DefaultDockerClient. createVolume(Volume volume)
Volume
DockerClient. createVolume()
Volume
DockerClient. createVolume(Volume volume)
Volume
DefaultDockerClient. inspectVolume(java.lang.String volumeName)
Volume
DockerClient. inspectVolume(java.lang.String volumeName)
Methods in com.spotify.docker.client with parameters of type Volume Modifier and Type Method Description Volume
DefaultDockerClient. createVolume(Volume volume)
Volume
DockerClient. createVolume(Volume volume)
void
DefaultDockerClient. removeVolume(Volume volume)
void
DockerClient. removeVolume(Volume volume)
-
Uses of Volume in com.spotify.docker.client.messages
Subclasses of Volume in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_Volume
Fields in com.spotify.docker.client.messages with type parameters of type Volume Modifier and Type Field Description private com.google.common.collect.ImmutableList<Volume>
AutoValue_VolumeList. volumes
Methods in com.spotify.docker.client.messages that return Volume Modifier and Type Method Description Volume
AutoValue_Volume.Builder. build()
abstract Volume
Volume.Builder. build()
(package private) static Volume
Volume. create(java.lang.String name, java.lang.String driver, java.util.Map<java.lang.String,java.lang.String> driverOpts, java.util.Map<java.lang.String,java.lang.String> options, java.util.Map<java.lang.String,java.lang.String> labels, java.lang.String mountpoint, java.lang.String scope, java.util.Map<java.lang.String,java.lang.String> status)
Methods in com.spotify.docker.client.messages that return types with arguments of type Volume Modifier and Type Method Description com.google.common.collect.ImmutableList<Volume>
AutoValue_VolumeList. volumes()
abstract com.google.common.collect.ImmutableList<Volume>
VolumeList. volumes()
Methods in com.spotify.docker.client.messages with parameters of type Volume Modifier and Type Method Description static HostConfig.Bind.BuilderFrom
HostConfig.Bind.BuilderFrom. create(Volume volumeFrom)
HostConfig.Bind.Builder
HostConfig.Bind.Builder. from(Volume volumeFrom)
HostConfig.Bind.Builder
HostConfig.Bind.BuilderTo. from(Volume volumeFrom)
static HostConfig.Bind.BuilderFrom
HostConfig.Bind. from(Volume volumeFrom)
Method parameters in com.spotify.docker.client.messages with type arguments of type Volume Modifier and Type Method Description (package private) static VolumeList
VolumeList. create(java.util.List<Volume> volumes, java.util.List<java.lang.String> warnings)
Constructor parameters in com.spotify.docker.client.messages with type arguments of type Volume Constructor Description AutoValue_VolumeList(com.google.common.collect.ImmutableList<Volume> volumes, com.google.common.collect.ImmutableList<java.lang.String> warnings)
-