Uses of Class
software.amazon.awssdk.services.appmesh.model.AccessLog
-
Packages that use AccessLog Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of AccessLog in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return AccessLog Modifier and Type Method Description AccessLogLogging. accessLog()The access log configuration for a virtual node.static AccessLogAccessLog. fromFile(Consumer<FileAccessLog.Builder> file)Create an instance of this class withfile()initialized to the given value.static AccessLogAccessLog. fromFile(FileAccessLog file)Create an instance of this class withfile()initialized to the given value.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type AccessLog Modifier and Type Method Description Logging.BuilderLogging.Builder. accessLog(AccessLog accessLog)The access log configuration for a virtual node.
-