filterByCategories

@JvmName(name = "gfoddhsukwwrmume")
suspend fun filterByCategories(value: List<String>?)

Parameters

value

Specifies a list of categories in which the Advisor Recommendations will be listed. Possible values are HighAvailability, Security, Performance, Cost and OperationalExcellence.


@JvmName(name = "aciuqchyqitybbru")
suspend fun filterByCategories(vararg values: String)

Parameters

values

Specifies a list of categories in which the Advisor Recommendations will be listed. Possible values are HighAvailability, Security, Performance, Cost and OperationalExcellence.