@Immutable public class S3V4AuthErrorRetryStrategy extends Object implements AuthErrorRetryStrategy
| Constructor and Description | 
|---|
| S3V4AuthErrorRetryStrategy(S3RequestEndpointResolver endpointResolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthRetryParameters | shouldRetryWithAuthParam(Request<?> request,
                        HttpResponse response,
                        AmazonServiceException ase)Returns an alternative signing context (consists of a new signer instance
 and a new request endpoint) that should be used to retry the request. | 
public S3V4AuthErrorRetryStrategy(S3RequestEndpointResolver endpointResolver)
public AuthRetryParameters shouldRetryWithAuthParam(Request<?> request, HttpResponse response, AmazonServiceException ase)
AuthErrorRetryStrategyshouldRetryWithAuthParam in interface AuthErrorRetryStrategy