Uses of Interface
software.amazon.awssdk.services.rum.model.DataStorage.Builder
-
Packages that use DataStorage.Builder Package Description software.amazon.awssdk.services.rum.model -
-
Uses of DataStorage.Builder in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return DataStorage.Builder Modifier and Type Method Description static DataStorage.BuilderDataStorage. builder()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.DataStorage.BuilderDataStorage.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.BuilderDataStorage. toBuilder()Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type DataStorage.Builder Modifier and Type Method Description static Class<? extends DataStorage.Builder>DataStorage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type DataStorage.Builder Modifier and Type Method Description default AppMonitor.BuilderAppMonitor.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.
-