Uses of Class
com.spotify.docker.client.messages.Device
-
Packages that use Device Package Description com.spotify.docker.client.messages -
-
Uses of Device in com.spotify.docker.client.messages
Subclasses of Device in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_Device
Fields in com.spotify.docker.client.messages with type parameters of type Device Modifier and Type Field Description private com.google.common.collect.ImmutableList<Device>
AutoValue_HostConfig.Builder. devices
private com.google.common.collect.ImmutableList<Device>
AutoValue_HostConfig. devices
Methods in com.spotify.docker.client.messages that return Device Modifier and Type Method Description Device
AutoValue_Device.Builder. build()
abstract Device
Device.Builder. build()
(package private) static Device
Device. create(java.lang.String pathOnHost, java.lang.String pathInContainer, java.lang.String cgroupPermissions)
Methods in com.spotify.docker.client.messages that return types with arguments of type Device Modifier and Type Method Description com.google.common.collect.ImmutableList<Device>
AutoValue_HostConfig. devices()
abstract com.google.common.collect.ImmutableList<Device>
HostConfig. devices()
Methods in com.spotify.docker.client.messages with parameters of type Device Modifier and Type Method Description HostConfig.Builder
AutoValue_HostConfig.Builder. devices(Device... devices)
abstract HostConfig.Builder
HostConfig.Builder. devices(Device... devices)
Method parameters in com.spotify.docker.client.messages with type arguments of type Device Modifier and Type Method Description HostConfig.Builder
AutoValue_HostConfig.Builder. devices(java.util.List<Device> devices)
abstract HostConfig.Builder
HostConfig.Builder. devices(java.util.List<Device> devices)
-