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
/
RetryStrategyClientConfig
/
Builder
Builder
common
interface
Builder
Inheritors
BuilderImpl
Members
Properties
retry
Strategy
Link copied to clipboard
common
abstract
var
retryStrategy
:
<Error class: unknown class>
?
The RetryStrategy the client will use to retry failed operations.
Functions
build
Retry
Strategy
Client
Config
Link copied to clipboard
common
abstract
fun
buildRetryStrategyClientConfig
(
)
:
RetryStrategyClientConfig
retry
Strategy
Link copied to clipboard
common
abstract
fun
retryStrategy
(
block
:
<Error class: unknown class>
.
(
)
->
Unit
)
abstract
fun
<
B
,
R
>
retryStrategy
(
factory
:
<Error class: unknown class>
<
B
,
R
>
,
block
:
B
.
(
)
->
Unit
)