Package org.apache.druid.common.aws
Class AWSClientUtil
- java.lang.Object
-
- org.apache.druid.common.aws.AWSClientUtil
-
public class AWSClientUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description AWSClientUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisClientExceptionRecoverable(com.amazonaws.AmazonClientException exception)Checks whether an exception can be retried or not.
-
-
-
Method Detail
-
isClientExceptionRecoverable
public static boolean isClientExceptionRecoverable(com.amazonaws.AmazonClientException exception)
Checks whether an exception can be retried or not. Implementation is copied fromPredefinedRetryPolicies.SDKDefaultRetryConditionexcept deprecated methods have been replaced with their recent versions.
-
-