Uses of Class
com.spotify.docker.client.messages.mount.BindOptions
-
Packages that use BindOptions Package Description com.spotify.docker.client.messages.mount -
-
Uses of BindOptions in com.spotify.docker.client.messages.mount
Subclasses of BindOptions in com.spotify.docker.client.messages.mount Modifier and Type Class Description (package private) classAutoValue_BindOptionsFields in com.spotify.docker.client.messages.mount declared as BindOptions Modifier and Type Field Description private BindOptionsAutoValue_Mount. bindOptionsprivate BindOptionsAutoValue_Mount.Builder. bindOptionsMethods in com.spotify.docker.client.messages.mount that return BindOptions Modifier and Type Method Description BindOptionsAutoValue_Mount. bindOptions()abstract BindOptionsMount. bindOptions()BindOptionsAutoValue_BindOptions.Builder. build()abstract BindOptionsBindOptions.Builder. build()Methods in com.spotify.docker.client.messages.mount with parameters of type BindOptions Modifier and Type Method Description Mount.BuilderAutoValue_Mount.Builder. bindOptions(BindOptions bindOptions)abstract Mount.BuilderMount.Builder. bindOptions(BindOptions bindOptions)(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)Constructors in com.spotify.docker.client.messages.mount with parameters of type BindOptions 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)
-