public class IsSigV4RetryablePredicate extends SdkPredicate<AmazonServiceException>
Modifier and Type | Field and Description |
---|---|
private static java.util.List<java.lang.String> |
AUTH_ERROR_CODES |
private static java.util.List<java.lang.String> |
AUTH_ERROR_MESSAGES |
Constructor and Description |
---|
IsSigV4RetryablePredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(AmazonServiceException ase)
Evaluates this predicate on the given argument
|
private static final java.util.List<java.lang.String> AUTH_ERROR_CODES
private static final java.util.List<java.lang.String> AUTH_ERROR_MESSAGES
public boolean test(AmazonServiceException ase)
SdkPredicate
test
in class SdkPredicate<AmazonServiceException>
ase
- The input argument