Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayAccessLog
-
Packages that use VirtualGatewayAccessLog Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayAccessLog in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayAccessLog Modifier and Type Method Description VirtualGatewayAccessLogVirtualGatewayLogging. accessLog()The access log configuration.static VirtualGatewayAccessLogVirtualGatewayAccessLog. fromFile(Consumer<VirtualGatewayFileAccessLog.Builder> file)Create an instance of this class withfile()initialized to the given value.static VirtualGatewayAccessLogVirtualGatewayAccessLog. fromFile(VirtualGatewayFileAccessLog 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 VirtualGatewayAccessLog Modifier and Type Method Description VirtualGatewayLogging.BuilderVirtualGatewayLogging.Builder. accessLog(VirtualGatewayAccessLog accessLog)The access log configuration.
-