Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
smithy-client
/
aws.smithy.kotlin.runtime.client
/
AbstractSdkClientFactory
/
invoke
invoke
common
open
operator override
fun
invoke
(
block
:
TConfigBuilder
.
(
)
->
Unit
)
:
TClient
Configure a new
TClient
with
block
.
Example
val client = FooClient { ... }
Content copied to clipboard