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 VolumeDefaultDockerClient. createVolume()VolumeDefaultDockerClient. createVolume(Volume volume)VolumeDockerClient. createVolume()VolumeDockerClient. createVolume(Volume volume)VolumeDefaultDockerClient. inspectVolume(java.lang.String volumeName)VolumeDockerClient. inspectVolume(java.lang.String volumeName)Methods in com.spotify.docker.client with parameters of type Volume Modifier and Type Method Description VolumeDefaultDockerClient. createVolume(Volume volume)VolumeDockerClient. createVolume(Volume volume)voidDefaultDockerClient. removeVolume(Volume volume)voidDockerClient. 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) classAutoValue_VolumeFields 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. volumesMethods in com.spotify.docker.client.messages that return Volume Modifier and Type Method Description VolumeAutoValue_Volume.Builder. build()abstract VolumeVolume.Builder. build()(package private) static VolumeVolume. 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.BuilderFromHostConfig.Bind.BuilderFrom. create(Volume volumeFrom)HostConfig.Bind.BuilderHostConfig.Bind.Builder. from(Volume volumeFrom)HostConfig.Bind.BuilderHostConfig.Bind.BuilderTo. from(Volume volumeFrom)static HostConfig.Bind.BuilderFromHostConfig.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 VolumeListVolumeList. 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)
-