Uses of Class
com.spotify.docker.client.messages.Volume
Packages that use Volume
-
Uses of Volume in com.spotify.docker.client
Methods in com.spotify.docker.client that return VolumeModifier and TypeMethodDescriptionDefaultDockerClient.createVolume()
DefaultDockerClient.createVolume
(Volume volume) DockerClient.createVolume()
DockerClient.createVolume
(Volume volume) DefaultDockerClient.inspectVolume
(String volumeName) DockerClient.inspectVolume
(String volumeName) Methods in com.spotify.docker.client with parameters of type VolumeModifier and TypeMethodDescriptionDefaultDockerClient.createVolume
(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.messagesFields in com.spotify.docker.client.messages with type parameters of type VolumeModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<Volume> AutoValue_VolumeList.volumes
Methods in com.spotify.docker.client.messages that return VolumeModifier and TypeMethodDescriptionAutoValue_Volume.Builder.build()
abstract Volume
Volume.Builder.build()
(package private) static Volume
Volume.create
(String name, String driver, Map<String, String> driverOpts, Map<String, String> options, Map<String, String> labels, String mountpoint, String scope, Map<String, String> status) Methods in com.spotify.docker.client.messages that return types with arguments of type VolumeModifier and TypeMethodDescriptioncom.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 VolumeModifier and TypeMethodDescriptionstatic HostConfig.Bind.BuilderFrom
static HostConfig.Bind.BuilderFrom
Method parameters in com.spotify.docker.client.messages with type arguments of type VolumeConstructor parameters in com.spotify.docker.client.messages with type arguments of type VolumeModifierConstructorDescription(package private)
AutoValue_VolumeList
(com.google.common.collect.ImmutableList<Volume> volumes, com.google.common.collect.ImmutableList<String> warnings)