Uses of Interface
software.amazon.awssdk.services.rum.model.GetAppMonitorResponse.Builder
-
Packages that use GetAppMonitorResponse.Builder Package Description software.amazon.awssdk.services.rum.model -
-
Uses of GetAppMonitorResponse.Builder in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return GetAppMonitorResponse.Builder Modifier and Type Method Description default GetAppMonitorResponse.BuilderGetAppMonitorResponse.Builder. appMonitor(Consumer<AppMonitor.Builder> appMonitor)A structure containing all the configuration information for the app monitor.GetAppMonitorResponse.BuilderGetAppMonitorResponse.Builder. appMonitor(AppMonitor appMonitor)A structure containing all the configuration information for the app monitor.static GetAppMonitorResponse.BuilderGetAppMonitorResponse. builder()GetAppMonitorResponse.BuilderGetAppMonitorResponse. toBuilder()Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type GetAppMonitorResponse.Builder Modifier and Type Method Description static Class<? extends GetAppMonitorResponse.Builder>GetAppMonitorResponse. serializableBuilderClass()
-