| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<SystemControl> |
ContainerDefinition.systemControls()
A list of namespaced kernel parameters to set in the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition.Builder |
ContainerDefinition.Builder.systemControls(SystemControl... systemControls)
A list of namespaced kernel parameters to set in the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition.Builder |
ContainerDefinition.Builder.systemControls(Collection<SystemControl> systemControls)
A list of namespaced kernel parameters to set in the container.
|
Copyright © 2021. All rights reserved.