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 TmpfsOptions
AutoValue_Mount.Builder.tmpfsOptions
private final TmpfsOptions
AutoValue_Mount.tmpfsOptions
Methods in com.spotify.docker.client.messages.mount that return TmpfsOptionsModifier and TypeMethodDescriptionAutoValue_TmpfsOptions.Builder.build()
abstract TmpfsOptions
TmpfsOptions.Builder.build()
(package private) static TmpfsOptions
AutoValue_Mount.tmpfsOptions()
abstract TmpfsOptions
Mount.tmpfsOptions()
Methods in com.spotify.docker.client.messages.mount with parameters of type TmpfsOptionsModifier 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.tmpfsOptions
(TmpfsOptions tmpfsOptions) abstract Mount.Builder
Mount.Builder.tmpfsOptions
(TmpfsOptions tmpfsOptions) Constructors in com.spotify.docker.client.messages.mount with parameters of type TmpfsOptionsModifierConstructorDescriptionprivate
AutoValue_Mount
(String type, String source, String target, Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)