Uses of Interface
org.mandas.docker.client.messages.Device
-
Packages that use Device Package Description org.mandas.docker.client.messages -
-
Uses of Device in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return Device Modifier and Type Method Description DeviceDevice.Builder. build()Methods in org.mandas.docker.client.messages that return types with arguments of type Device Modifier and Type Method Description List<Device>HostConfig. devices()Methods in org.mandas.docker.client.messages with parameters of type Device Modifier and Type Method Description HostConfig.BuilderHostConfig.Builder. devices(Device... devices)Method parameters in org.mandas.docker.client.messages with type arguments of type Device Modifier and Type Method Description HostConfig.BuilderHostConfig.Builder. devices(Iterable<? extends Device> devices)
-