Uses of Enum
com.amazonaws.services.ecs.model.LogDriver
Packages that use LogDriver
-
Uses of LogDriver in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return LogDriverModifier and TypeMethodDescriptionstatic LogDriver
Use this in place of valueOf.static LogDriver
Returns the enum constant of this type with the specified name.static LogDriver[]
LogDriver.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ecs.model with parameters of type LogDriverModifier and TypeMethodDescriptionvoid
LogConfiguration.setLogDriver
(LogDriver logDriver) The log driver to use for the container.LogConfiguration.withLogDriver
(LogDriver logDriver) The log driver to use for the container.