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) class
AutoValue_BindOptions
Fields in com.spotify.docker.client.messages.mount declared as BindOptions Modifier and Type Field Description private BindOptions
AutoValue_Mount. bindOptions
private BindOptions
AutoValue_Mount.Builder. bindOptions
Methods in com.spotify.docker.client.messages.mount that return BindOptions Modifier and Type Method Description BindOptions
AutoValue_Mount. bindOptions()
abstract BindOptions
Mount. bindOptions()
BindOptions
AutoValue_BindOptions.Builder. build()
abstract BindOptions
BindOptions.Builder. build()
Methods in com.spotify.docker.client.messages.mount with parameters of type BindOptions Modifier and Type Method Description Mount.Builder
AutoValue_Mount.Builder. bindOptions(BindOptions bindOptions)
abstract Mount.Builder
Mount.Builder. bindOptions(BindOptions bindOptions)
(package private) static Mount
Mount. 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)
-