Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Device |
Device.clone() |
Device |
Device.withContainerPath(String containerPath)
The path inside the container at which 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 © 2022. All rights reserved.