Uses of Class
software.amazon.awssdk.services.rum.model.AppMonitorPlatform
-
Packages that use AppMonitorPlatform Package Description software.amazon.awssdk.services.rum.model -
-
Uses of AppMonitorPlatform in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return AppMonitorPlatform Modifier and Type Method Description static AppMonitorPlatformAppMonitorPlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppMonitorPlatformAppMonitor. platform()The platform type for this app monitor.AppMonitorPlatformAppMonitorSummary. platform()The platform type for this app monitor.AppMonitorPlatformCreateAppMonitorRequest. platform()The platform type for the app monitor.static AppMonitorPlatformAppMonitorPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static AppMonitorPlatform[]AppMonitorPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type AppMonitorPlatform Modifier and Type Method Description static Set<AppMonitorPlatform>AppMonitorPlatform. knownValues()Methods in software.amazon.awssdk.services.rum.model with parameters of type AppMonitorPlatform Modifier and Type Method Description AppMonitor.BuilderAppMonitor.Builder. platform(AppMonitorPlatform platform)The platform type for this app monitor.AppMonitorSummary.BuilderAppMonitorSummary.Builder. platform(AppMonitorPlatform platform)The platform type for this app monitor.CreateAppMonitorRequest.BuilderCreateAppMonitorRequest.Builder. platform(AppMonitorPlatform platform)The platform type for the app monitor.
-