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
/
RetryStrategyClientConfigImpl
/
BuilderImpl
/
retryStrategy
retry
Strategy
common
open
override
fun
retryStrategy
(
block
:
<Error class: unknown class>
.
(
)
->
Unit
)
open
override
fun
<
B
,
R
>
retryStrategy
(
factory
:
<Error class: unknown class>
<
B
,
R
>
,
block
:
B
.
(
)
->
Unit
)
open
override
var
retryStrategy
:
<Error class: unknown class>
?
The RetryStrategy the client will use to retry failed operations.