Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
KernelCapabilities |
KernelCapabilities.clone() |
KernelCapabilities |
LinuxParameters.getCapabilities()
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
KernelCapabilities |
KernelCapabilities.withAdd(Collection<String> add)
The Linux capabilities for the container that have been added to the default configuration provided by Docker.
|
KernelCapabilities |
KernelCapabilities.withAdd(String... add)
The Linux capabilities for the container that have been added to the default configuration provided by Docker.
|
KernelCapabilities |
KernelCapabilities.withDrop(Collection<String> drop)
The Linux capabilities for the container that have been removed from the default configuration provided by
Docker.
|
KernelCapabilities |
KernelCapabilities.withDrop(String... drop)
The Linux capabilities for the container that have been removed from the default configuration provided by
Docker.
|
Modifier and Type | Method and Description |
---|---|
void |
LinuxParameters.setCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
LinuxParameters |
LinuxParameters.withCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
Copyright © 2021. All rights reserved.