Table of Contents

Enum RequestRetryMode

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

RetryMode determines which request retry mode is used for requests that do not complete successfully.

public enum RequestRetryMode

Fields

Adaptive = 2

An experimental request retry strategy that builds on the Standard strategy and introduces congestion control through client side rate limiting.

Legacy = 0

Legacy request retry strategy.

Standard = 1

Standardized request retry strategy that is consistent across all SDKs.