| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static DataStorage.Builder |
DataStorage.builder() |
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.
|
DataStorage.Builder |
DataStorage.Builder.cwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
DataStorage.Builder |
DataStorage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataStorage.Builder> |
DataStorage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AppMonitor.Builder |
AppMonitor.Builder.dataStorage(Consumer<DataStorage.Builder> dataStorage)
A structure that contains information about whether this app monitor stores a copy of the telemetry data that
RUM collects using CloudWatch Logs.
|
Copyright © 2023. All rights reserved.