Uses of Interface
software.amazon.awssdk.services.rum.model.CwLog.Builder
-
Packages that use CwLog.Builder Package Description software.amazon.awssdk.services.rum.model -
-
Uses of CwLog.Builder in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return CwLog.Builder Modifier and Type Method Description static CwLog.BuilderCwLog. builder()CwLog.BuilderCwLog.Builder. cwLogEnabled(Boolean cwLogEnabled)Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.CwLog.BuilderCwLog.Builder. cwLogGroup(String cwLogGroup)The name of the log group where the copies are stored.CwLog.BuilderCwLog. toBuilder()Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type CwLog.Builder Modifier and Type Method Description static Class<? extends CwLog.Builder>CwLog. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type CwLog.Builder Modifier and Type Method Description default DataStorage.BuilderDataStorage.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.
-