Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
SystemControl |
SystemControl.clone() |
SystemControl |
SystemControl.withNamespace(String namespace)
The namespaced kernel parameter for which to set a
value . |
SystemControl |
SystemControl.withValue(String value)
The value for the namespaced kernel parameter specified in
namespace . |
Modifier and Type | Method and Description |
---|---|
List<SystemControl> |
ContainerDefinition.getSystemControls()
A list of namespaced kernel parameters to set in the container.
|
Modifier and Type | Method and Description |
---|---|
ContainerDefinition |
ContainerDefinition.withSystemControls(SystemControl... systemControls)
A list of namespaced kernel parameters to set in the container.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.setSystemControls(Collection<SystemControl> systemControls)
A list of namespaced kernel parameters to set in the container.
|
ContainerDefinition |
ContainerDefinition.withSystemControls(Collection<SystemControl> systemControls)
A list of namespaced kernel parameters to set in the container.
|
Copyright © 2021. All rights reserved.