Uses of Class
software.amazon.awssdk.services.appmesh.model.LoggingFormat
-
Packages that use LoggingFormat Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of LoggingFormat in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return LoggingFormat Modifier and Type Method Description LoggingFormatFileAccessLog. format()The specified format for the logs.LoggingFormatVirtualGatewayFileAccessLog. format()The specified format for the virtual gateway access logs.static LoggingFormatLoggingFormat. fromJson(List<JsonFormatRef> json)Create an instance of this class withjson()initialized to the given value.static LoggingFormatLoggingFormat. fromText(String text)Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type LoggingFormat Modifier and Type Method Description FileAccessLog.BuilderFileAccessLog.Builder. format(LoggingFormat format)The specified format for the logs.VirtualGatewayFileAccessLog.BuilderVirtualGatewayFileAccessLog.Builder. format(LoggingFormat format)The specified format for the virtual gateway access logs.
-