Uses of Class
software.amazon.awssdk.services.applicationinsights.model.ConfigurationEvent
-
Packages that use ConfigurationEvent Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ConfigurationEvent in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ConfigurationEvent Modifier and Type Method Description List<ConfigurationEvent>ListConfigurationHistoryResponse. eventList()The list of configuration events and their corresponding details.Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type ConfigurationEvent Modifier and Type Method Description ListConfigurationHistoryResponse.BuilderListConfigurationHistoryResponse.Builder. eventList(ConfigurationEvent... eventList)The list of configuration events and their corresponding details.Method parameters in software.amazon.awssdk.services.applicationinsights.model with type arguments of type ConfigurationEvent Modifier and Type Method Description ListConfigurationHistoryResponse.BuilderListConfigurationHistoryResponse.Builder. eventList(Collection<ConfigurationEvent> eventList)The list of configuration events and their corresponding details.
-