Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
LinuxParameters |
LinuxParameters.clone() |
LinuxParameters |
ContainerProperties.getLinuxParameters()
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
LinuxParameters |
ContainerDetail.getLinuxParameters()
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
LinuxParameters |
LinuxParameters.withDevices(Collection<Device> devices)
Any host devices to expose to the container.
|
LinuxParameters |
LinuxParameters.withDevices(Device... devices)
Any host devices to expose to the container.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerProperties.setLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
void |
ContainerDetail.setLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
ContainerProperties |
ContainerProperties.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
ContainerDetail |
ContainerDetail.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
Copyright © 2020. All rights reserved.