| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingFormat |
LoggingFormat.clone() |
LoggingFormat |
VirtualGatewayFileAccessLog.getFormat()
The specified format for the virtual gateway access logs.
|
LoggingFormat |
FileAccessLog.getFormat()
The specified format for the logs.
|
LoggingFormat |
LoggingFormat.withJson(Collection<JsonFormatRef> json)
|
LoggingFormat |
LoggingFormat.withJson(JsonFormatRef... json)
|
LoggingFormat |
LoggingFormat.withText(String text)
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualGatewayFileAccessLog.setFormat(LoggingFormat format)
The specified format for the virtual gateway access logs.
|
void |
FileAccessLog.setFormat(LoggingFormat format)
The specified format for the logs.
|
VirtualGatewayFileAccessLog |
VirtualGatewayFileAccessLog.withFormat(LoggingFormat format)
The specified format for the virtual gateway access logs.
|
FileAccessLog |
FileAccessLog.withFormat(LoggingFormat format)
The specified format for the logs.
|
Copyright © 2022. All rights reserved.