AWS SDK for C++AWS SDK for C++ Version 1.11.789 |
#include <RetryStrategy.h>
Definition at line 121 of file RetryStrategy.h.
3)
3
Calculates the time in milliseconds the client should sleep before attempting another request based on the error and attemptedRetries count.
Implements Aws::Client::RetryStrategy.
Gets max number of attempts allowed for an operation. Returns non positive value if not defined.
Reimplemented from Aws::Client::RetryStrategy.
Definition at line 134 of file RetryStrategy.h.
Get return strategy name.
Reimplemented from Aws::Client::RetryStrategy.
Definition at line 136 of file RetryStrategy.h.
Update status, like the information of retry quota when receiving a response.
Reimplemented from Aws::Client::RetryStrategy.
Reimplemented in Aws::Client::AdaptiveRetryStrategy.
Reimplemented from Aws::Client::RetryStrategy.
Reimplemented in Aws::Client::AdaptiveRetryStrategy.
Returns true if the error can be retried given the error and the number of times already tried.
Implements Aws::Client::RetryStrategy.
Definition at line 140 of file RetryStrategy.h.
Definition at line 139 of file RetryStrategy.h.