| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static CwLog.Builder |
CwLog.builder() |
CwLog.Builder |
CwLog.Builder.cwLogEnabled(Boolean cwLogEnabled)
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
|
CwLog.Builder |
CwLog.Builder.cwLogGroup(String cwLogGroup)
The name of the log group where the copies are stored.
|
CwLog.Builder |
CwLog.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CwLog.Builder> |
CwLog.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataStorage.Builder |
DataStorage.Builder.cwLog(Consumer<CwLog.Builder> cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
Copyright © 2023. All rights reserved.