Class AWSClientUtil


  • public class AWSClientUtil
    extends Object
    • Constructor Detail

      • AWSClientUtil

        public AWSClientUtil()
    • Method Detail

      • isClientExceptionRecoverable

        public static boolean isClientExceptionRecoverable​(com.amazonaws.AmazonClientException exception)
        Checks whether an exception can be retried or not. Implementation is copied from PredefinedRetryPolicies.SDKDefaultRetryCondition except deprecated methods have been replaced with their recent versions.