| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
Device.withContainerPath(String containerPath)
The path inside the container used to expose the host device.
|
Device |
Device.withHostPath(String hostPath)
The path for the device on the host container instance.
|
Device |
Device.withPermissions(Collection<String> permissions)
The explicit permissions to provide to the container for the device.
|
Device |
Device.withPermissions(DeviceCgroupPermission... permissions)
The explicit permissions to provide to the container for the device.
|
Device |
Device.withPermissions(String... permissions)
The explicit permissions to provide to the container for the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
LinuxParameters.getDevices()
Any host devices to expose to the container.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxParameters |
LinuxParameters.withDevices(Device... devices)
Any host devices to expose to the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinuxParameters.setDevices(Collection<Device> devices)
Any host devices to expose to the container.
|
LinuxParameters |
LinuxParameters.withDevices(Collection<Device> devices)
Any host devices to expose to the container.
|
Copyright © 2021. All rights reserved.