RetryMode

The retry mode to be used for the client's retry strategy.

Entries

Link copied to clipboard

The legacy retry mode is supported for compatibility with other SDKs and existing configurations for them, but it works exactly the same as the standard retry mode for this SDK.

Link copied to clipboard

The standard retry mode. With this, the client will use the aws.smithy.kotlin.runtime.retries.StandardRetryStrategy.

Link copied to clipboard

Adaptive retry mode. With this, the client will use the aws.smithy.kotlin.runtime.retries.AdaptiveRetryStrategy.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): RetryMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.