Uses of Class
com.spotify.docker.client.messages.mount.VolumeOptions
Packages that use VolumeOptions
-
Uses of VolumeOptions in com.spotify.docker.client.messages.mount
Subclasses of VolumeOptions in com.spotify.docker.client.messages.mountFields in com.spotify.docker.client.messages.mount declared as VolumeOptionsModifier and TypeFieldDescriptionprivate VolumeOptions
AutoValue_Mount.Builder.volumeOptions
private final VolumeOptions
AutoValue_Mount.volumeOptions
Methods in com.spotify.docker.client.messages.mount that return VolumeOptionsModifier and TypeMethodDescriptionAutoValue_VolumeOptions.Builder.build()
abstract VolumeOptions
VolumeOptions.Builder.build()
(package private) static VolumeOptions
AutoValue_Mount.volumeOptions()
abstract VolumeOptions
Mount.volumeOptions()
Methods in com.spotify.docker.client.messages.mount with parameters of type VolumeOptionsModifier and TypeMethodDescription(package private) static Mount
Mount.create
(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions) AutoValue_Mount.Builder.volumeOptions
(VolumeOptions volumeOptions) abstract Mount.Builder
Mount.Builder.volumeOptions
(VolumeOptions volumeOptions) Constructors in com.spotify.docker.client.messages.mount with parameters of type VolumeOptionsModifierConstructorDescriptionprivate
AutoValue_Mount
(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)