public class IsSigV4RetryablePredicate extends SdkPredicate<AmazonServiceException>
Constructor and Description |
---|
IsSigV4RetryablePredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(AmazonServiceException ase)
Evaluates this predicate on the given argument
|
public boolean test(AmazonServiceException ase)
SdkPredicate
test
in class SdkPredicate<AmazonServiceException>
ase
- The input argumentCopyright © 2024. All rights reserved.