Uses of Class
com.spotify.docker.client.messages.mount.VolumeOptions
-
Packages that use VolumeOptions Package Description com.spotify.docker.client.messages.mount -
-
Uses of VolumeOptions in com.spotify.docker.client.messages.mount
Subclasses of VolumeOptions in com.spotify.docker.client.messages.mount Modifier and Type Class Description (package private) classAutoValue_VolumeOptionsFields in com.spotify.docker.client.messages.mount declared as VolumeOptions Modifier and Type Field Description private VolumeOptionsAutoValue_Mount.Builder. volumeOptionsprivate VolumeOptionsAutoValue_Mount. volumeOptionsMethods in com.spotify.docker.client.messages.mount that return VolumeOptions Modifier and Type Method Description VolumeOptionsAutoValue_VolumeOptions.Builder. build()abstract VolumeOptionsVolumeOptions.Builder. build()(package private) static VolumeOptionsVolumeOptions. create(java.lang.Boolean noCopy, java.util.Map<java.lang.String,java.lang.String> labels, Driver driverConfig)VolumeOptionsAutoValue_Mount. volumeOptions()abstract VolumeOptionsMount. volumeOptions()Methods in com.spotify.docker.client.messages.mount with parameters of type VolumeOptions Modifier and Type Method Description (package private) static MountMount. create(java.lang.String type, java.lang.String source, java.lang.String target, java.lang.Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)Mount.BuilderAutoValue_Mount.Builder. volumeOptions(VolumeOptions volumeOptions)abstract Mount.BuilderMount.Builder. volumeOptions(VolumeOptions volumeOptions)Constructors in com.spotify.docker.client.messages.mount with parameters of type VolumeOptions Constructor Description AutoValue_Mount(java.lang.String type, java.lang.String source, java.lang.String target, java.lang.Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)
-