Uses of Enum
com.amazonaws.services.ecs.model.LogDriver
Packages that use LogDriver
-
Uses of LogDriver in com.amazonaws.services.ecs.model
Subclasses with type arguments of type LogDriver in com.amazonaws.services.ecs.modelMethods in com.amazonaws.services.ecs.model that return LogDriverModifier and TypeMethodDescriptionstatic LogDriverUse this in place of valueOf.static LogDriverReturns 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 TypeMethodDescriptionvoidLogConfiguration.setLogDriver(LogDriver logDriver) The log driver to use for the container.LogConfiguration.withLogDriver(LogDriver logDriver) The log driver to use for the container.