selectors

@JvmName(name = "xndxoppfrsvycdgt")
suspend fun selectors(value: Output<List<DeviceSelectorPatchArgs>>)
@JvmName(name = "dsmsqyyvnwadkydq")
suspend fun selectors(value: List<DeviceSelectorPatchArgs>?)

Parameters

value

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.


@JvmName(name = "gingvnwselpfuhag")
suspend fun selectors(vararg values: Output<DeviceSelectorPatchArgs>)


@JvmName(name = "hujtdqmhowlaeptc")
suspend fun selectors(values: List<Output<DeviceSelectorPatchArgs>>)
@JvmName(name = "jbaucguujjvsywcr")
suspend fun selectors(vararg values: DeviceSelectorPatchArgs)

Parameters

values

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.


@JvmName(name = "xkkgdgeigdrdxbyx")
suspend fun selectors(argument: List<suspend DeviceSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "dxateklygwprxlkx")
suspend fun selectors(vararg argument: suspend DeviceSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "pevyphikiruvrkey")
suspend fun selectors(argument: suspend DeviceSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.