Uses of Class
software.amazon.awssdk.services.applicationinsights.model.ConfigurationEventResourceType
-
Packages that use ConfigurationEventResourceType Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ConfigurationEventResourceType in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return ConfigurationEventResourceType Modifier and Type Method Description ConfigurationEventResourceTypeConfigurationEvent. eventResourceType()The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.static ConfigurationEventResourceTypeConfigurationEventResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigurationEventResourceTypeConfigurationEventResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationEventResourceType[]ConfigurationEventResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ConfigurationEventResourceType Modifier and Type Method Description static Set<ConfigurationEventResourceType>ConfigurationEventResourceType. knownValues()Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type ConfigurationEventResourceType Modifier and Type Method Description ConfigurationEvent.BuilderConfigurationEvent.Builder. eventResourceType(ConfigurationEventResourceType eventResourceType)The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
-