Uses of Class
com.oracle.bmc.functions.model.ApplicationLoggingConfig.LineFormat
-
Packages that use ApplicationLoggingConfig.LineFormat Package Description com.oracle.bmc.functions.model -
-
Uses of ApplicationLoggingConfig.LineFormat in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return ApplicationLoggingConfig.LineFormat Modifier and Type Method Description static ApplicationLoggingConfig.LineFormatApplicationLoggingConfig.LineFormat. create(String key)ApplicationLoggingConfig.LineFormatApplicationLoggingConfig. getLineFormat()Specify the format of log lines emitted by functions in this application.static ApplicationLoggingConfig.LineFormatApplicationLoggingConfig.LineFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationLoggingConfig.LineFormat[]ApplicationLoggingConfig.LineFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model with parameters of type ApplicationLoggingConfig.LineFormat Modifier and Type Method Description ApplicationLoggingConfig.BuilderApplicationLoggingConfig.Builder. lineFormat(ApplicationLoggingConfig.LineFormat lineFormat)Specify the format of log lines emitted by functions in this application.Constructors in com.oracle.bmc.functions.model with parameters of type ApplicationLoggingConfig.LineFormat Constructor Description ApplicationLoggingConfig(ApplicationLoggingConfig.LineFormat lineFormat)Deprecated.
-