Uses of Class
software.amazon.awssdk.services.ecs.model.SystemControl
-
Packages that use SystemControl Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of SystemControl in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type SystemControl Modifier and Type Method Description List<SystemControl>ContainerDefinition. systemControls()A list of namespaced kernel parameters to set in the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type SystemControl Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. systemControls(SystemControl... systemControls)A list of namespaced kernel parameters to set in the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type SystemControl Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. systemControls(Collection<SystemControl> systemControls)A list of namespaced kernel parameters to set in the container.
-