Uses of Class
software.amazon.awssdk.services.batch.model.LogDriver
-
Packages that use LogDriver Package Description software.amazon.awssdk.services.batch.model -
-
Uses of LogDriver in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return LogDriver Modifier and Type Method Description static LogDriverLogDriver. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogDriverLogConfiguration. logDriver()The log driver to use for the container.static LogDriverLogDriver. valueOf(String name)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 software.amazon.awssdk.services.batch.model that return types with arguments of type LogDriver Modifier and Type Method Description static Set<LogDriver>LogDriver. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type LogDriver Modifier and Type Method Description LogConfiguration.BuilderLogConfiguration.Builder. logDriver(LogDriver logDriver)The log driver to use for the container.
-