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