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) classAutoValue_DeviceFields 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. devicesprivate com.google.common.collect.ImmutableList<Device>AutoValue_HostConfig. devicesMethods in com.spotify.docker.client.messages that return Device Modifier and Type Method Description DeviceAutoValue_Device.Builder. build()abstract DeviceDevice.Builder. build()(package private) static DeviceDevice. 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.BuilderAutoValue_HostConfig.Builder. devices(Device... devices)abstract HostConfig.BuilderHostConfig.Builder. devices(Device... devices)Method parameters in com.spotify.docker.client.messages with type arguments of type Device Modifier and Type Method Description HostConfig.BuilderAutoValue_HostConfig.Builder. devices(java.util.List<Device> devices)abstract HostConfig.BuilderHostConfig.Builder. devices(java.util.List<Device> devices)
-