| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingFormat |
FileAccessLog.format()
The specified format for the logs.
|
LoggingFormat |
VirtualGatewayFileAccessLog.format()
The specified format for the virtual gateway access logs.
|
static LoggingFormat |
LoggingFormat.fromJson(List<JsonFormatRef> json)
Create an instance of this class with
json() initialized to the given value. |
static LoggingFormat |
LoggingFormat.fromText(String text)
Create an instance of this class with
text() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
FileAccessLog.Builder |
FileAccessLog.Builder.format(LoggingFormat format)
The specified format for the logs.
|
VirtualGatewayFileAccessLog.Builder |
VirtualGatewayFileAccessLog.Builder.format(LoggingFormat format)
The specified format for the virtual gateway access logs.
|
Copyright © 2023. All rights reserved.