We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6c82 commit 9cd695eCopy full SHA for 9cd695e
src/aws-cpp-sdk-core/include/aws/core/client/ClientConfiguration.h
@@ -524,8 +524,8 @@ namespace Aws
524
* A helper function to initialize a retry strategy.
525
* Default is DefaultRetryStrategy (i.e. exponential backoff)
526
*/
527
- std::shared_ptr<RetryStrategy> InitRetryStrategy(Aws::String retryMode = "");
528
- std::shared_ptr<RetryStrategy> InitRetryStrategy(int maxAttempts, Aws::String retryMode = "");
+ AWS_CORE_API std::shared_ptr<RetryStrategy> InitRetryStrategy(Aws::String retryMode = "");
+ AWS_CORE_API std::shared_ptr<RetryStrategy> InitRetryStrategy(int maxRetries, Aws::String retryMode = "");
529
530
/**
531
* A helper function to compute a user agent
0 commit comments