Package | Description |
---|---|
software.amazon.awssdk.services.batch.model |
Modifier and Type | Method and Description |
---|---|
List<Device> |
LinuxParameters.devices()
Any host devices to expose to the container.
|
Modifier and Type | Method and Description |
---|---|
LinuxParameters.Builder |
LinuxParameters.Builder.devices(Device... devices)
Any host devices to expose to the container.
|
Modifier and Type | Method and Description |
---|---|
LinuxParameters.Builder |
LinuxParameters.Builder.devices(Collection<Device> devices)
Any host devices to expose to the container.
|
Copyright © 2022. All rights reserved.