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) class
AutoValue_TmpfsOptions
Fields in com.spotify.docker.client.messages.mount declared as TmpfsOptions Modifier and Type Field Description private TmpfsOptions
AutoValue_Mount.Builder. tmpfsOptions
private TmpfsOptions
AutoValue_Mount. tmpfsOptions
Methods in com.spotify.docker.client.messages.mount that return TmpfsOptions Modifier and Type Method Description TmpfsOptions
AutoValue_TmpfsOptions.Builder. build()
abstract TmpfsOptions
TmpfsOptions.Builder. build()
(package private) static TmpfsOptions
TmpfsOptions. create(java.lang.Long sizeBytes, java.lang.Integer mode)
TmpfsOptions
AutoValue_Mount. tmpfsOptions()
abstract TmpfsOptions
Mount. tmpfsOptions()
Methods in com.spotify.docker.client.messages.mount with parameters of type TmpfsOptions Modifier and Type Method Description (package private) static Mount
Mount. create(java.lang.String type, java.lang.String source, java.lang.String target, java.lang.Boolean readOnly, BindOptions bindOptions, VolumeOptions volumeOptions, TmpfsOptions tmpfsOptions)
Mount.Builder
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 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)
-