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 VolumeOptionsAutoValue_Mount.Builder.volumeOptionsprivate final VolumeOptionsAutoValue_Mount.volumeOptionsMethods in com.spotify.docker.client.messages.mount that return VolumeOptionsModifier and TypeMethodDescriptionAutoValue_VolumeOptions.Builder.build()abstract VolumeOptionsVolumeOptions.Builder.build()(package private) static VolumeOptionsAutoValue_Mount.volumeOptions()abstract VolumeOptionsMount.volumeOptions()Methods in com.spotify.docker.client.messages.mount with parameters of type VolumeOptionsModifier and TypeMethodDescription(package private) static MountMount.create(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions) AutoValue_Mount.Builder.volumeOptions(VolumeOptions volumeOptions) abstract Mount.BuilderMount.Builder.volumeOptions(VolumeOptions volumeOptions) Constructors in com.spotify.docker.client.messages.mount with parameters of type VolumeOptionsModifierConstructorDescriptionprivateAutoValue_Mount(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)