Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
LinuxParameters |
LinuxParameters.clone() |
LinuxParameters |
ContainerDefinition.getLinuxParameters()
Linux-specific modifications that are applied to the container, such as Linux KernelCapabilities.
|
LinuxParameters |
LinuxParameters.withCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.setLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as Linux KernelCapabilities.
|
ContainerDefinition |
ContainerDefinition.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as Linux KernelCapabilities.
|
Copyright © 2017. All rights reserved.