Uses of Class
software.amazon.awssdk.services.batch.model.Device
-
Packages that use Device Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Device in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Device Modifier and Type Method Description List<Device>LinuxParameters. devices()Any of the host devices to expose to the container.Methods in software.amazon.awssdk.services.batch.model with parameters of type Device Modifier and Type Method Description LinuxParameters.BuilderLinuxParameters.Builder. devices(Device... devices)Any of the host devices to expose to the container.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type Device Modifier and Type Method Description LinuxParameters.BuilderLinuxParameters.Builder. devices(Collection<Device> devices)Any of the host devices to expose to the container.
-