Uses of Class
com.spotify.docker.client.messages.mount.TmpfsOptions
-
Packages that use TmpfsOptions Package Description com.spotify.docker.client.messages.mount -
-
Uses of TmpfsOptions in com.spotify.docker.client.messages.mount
Subclasses of TmpfsOptions in com.spotify.docker.client.messages.mount Modifier and Type Class Description (package private) classAutoValue_TmpfsOptionsFields in com.spotify.docker.client.messages.mount declared as TmpfsOptions Modifier and Type Field Description private TmpfsOptionsAutoValue_Mount.Builder. tmpfsOptionsprivate TmpfsOptionsAutoValue_Mount. tmpfsOptionsMethods in com.spotify.docker.client.messages.mount that return TmpfsOptions Modifier and Type Method Description TmpfsOptionsAutoValue_TmpfsOptions.Builder. build()abstract TmpfsOptionsTmpfsOptions.Builder. build()(package private) static TmpfsOptionsTmpfsOptions. create(java.lang.Long sizeBytes, java.lang.Integer mode)TmpfsOptionsAutoValue_Mount. tmpfsOptions()abstract TmpfsOptionsMount. tmpfsOptions()Methods in com.spotify.docker.client.messages.mount with parameters of type TmpfsOptions Modifier and Type Method Description (package private) static MountMount. create(java.lang.String type, java.lang.String source, java.lang.String target, java.lang.Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)Mount.BuilderAutoValue_Mount.Builder. tmpfsOptions(TmpfsOptions tmpfsOptions)abstract Mount.BuilderMount.Builder. tmpfsOptions(TmpfsOptions tmpfsOptions)Constructors in com.spotify.docker.client.messages.mount with parameters of type TmpfsOptions 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)
-