pathMatchers

@JvmName(name = "xxqjkygjicuihjrm")
suspend fun pathMatchers(value: Output<List<PathMatcherArgs>>)
@JvmName(name = "wtogilbdulbtefbw")
suspend fun pathMatchers(value: List<PathMatcherArgs>?)

Parameters

value

The list of named PathMatchers to use against the URL.


@JvmName(name = "aemhhqucayxcemin")
suspend fun pathMatchers(vararg values: Output<PathMatcherArgs>)


@JvmName(name = "qscoadgwaitlkvrd")
suspend fun pathMatchers(values: List<Output<PathMatcherArgs>>)
@JvmName(name = "kyujhqbpjxbilfgk")
suspend fun pathMatchers(vararg values: PathMatcherArgs)

Parameters

values

The list of named PathMatchers to use against the URL.


@JvmName(name = "lboxkpwgmnotcfqt")
suspend fun pathMatchers(argument: List<suspend PathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "dkcogsguohdseiti")
suspend fun pathMatchers(vararg argument: suspend PathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "rvdbvlatpjikkups")
suspend fun pathMatchers(argument: suspend PathMatcherArgsBuilder.() -> Unit)

Parameters

argument

The list of named PathMatchers to use against the URL.