listExperimentDefinitions
inline suspend fun AppConfigClient.listExperimentDefinitions(crossinline block: ListExperimentDefinitionsRequest.Builder.() -> Unit): ListExperimentDefinitionsResponse
Lists the experiment definitions for an account. You can filter results by application, configuration profile, environment, or status.
Samples
// The following ListExperimentDefinitions example lists the experiment definitions for an application.
val resp = appConfigClient.listExperimentDefinitions {
applicationIdentifier = "339ohji"
}Content copied to clipboard