Uses of Class
com.github.dockerjava.api.model.Volumes

Packages that use Volumes
com.github.dockerjava.api.command   
com.github.dockerjava.api.model   
com.github.dockerjava.core.command   
 

Uses of Volumes in com.github.dockerjava.api.command
 

Methods in com.github.dockerjava.api.command that return Volumes
 Volumes CommitCmd.getVolumes()
           
 

Methods in com.github.dockerjava.api.command with parameters of type Volumes
 CommitCmd CommitCmd.withVolumes(Volumes volumes)
           
 

Uses of Volumes in com.github.dockerjava.api.model
 

Methods in com.github.dockerjava.api.model that return Volumes
 Volumes Volumes.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
           
 

Methods in com.github.dockerjava.api.model with parameters of type Volumes
 void Volumes.Serializer.serialize(Volumes volumes, com.fasterxml.jackson.core.JsonGenerator jsonGen, com.fasterxml.jackson.databind.SerializerProvider serProvider)
           
 

Uses of Volumes in com.github.dockerjava.core.command
 

Methods in com.github.dockerjava.core.command that return Volumes
 Volumes CommitCmdImpl.getVolumes()
           
 

Methods in com.github.dockerjava.core.command with parameters of type Volumes
 CommitCmdImpl CommitCmdImpl.withVolumes(Volumes volumes)
           
 



Copyright © 2014. All rights reserved.