Uses of Class
com.amazonaws.services.ecs.model.LogConfiguration
Packages that use LogConfiguration
-
Uses of LogConfiguration in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return LogConfigurationModifier and TypeMethodDescriptionLogConfiguration.addOptionsEntry
(String key, String value) LogConfiguration.clearOptionsEntries()
Removes all the entries added into Options.LogConfiguration.clone()
ContainerDefinition.getLogConfiguration()
The log configuration specification for the container.LogConfiguration.withLogDriver
(LogDriver logDriver) The log driver to use for the container.LogConfiguration.withLogDriver
(String logDriver) The log driver to use for the container.LogConfiguration.withOptions
(Map<String, String> options) The configuration options to send to the log driver.Methods in com.amazonaws.services.ecs.model with parameters of type LogConfigurationModifier and TypeMethodDescriptionvoid
ContainerDefinition.setLogConfiguration
(LogConfiguration logConfiguration) The log configuration specification for the container.ContainerDefinition.withLogConfiguration
(LogConfiguration logConfiguration) The log configuration specification for the container.