preferredInstanceClasses

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

Parameters

value

Ordered list of preferred DocumentDB DB instance classes. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. (Conflicts with instance_class.)


@JvmName(name = "ynboixhnefmqbyyy")
suspend fun preferredInstanceClasses(vararg values: String)

Parameters

values

Ordered list of preferred DocumentDB DB instance classes. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. (Conflicts with instance_class.)