Uses of Class
com.walkfares.odsl.service.AWSError
Package | Description |
---|---|
com.walkfares.odsl.service |
-
Uses of AWSError in com.walkfares.odsl.service
Methods in com.walkfares.odsl.service that return AWSError Modifier and Type Method Description AWSError
ServiceResponse. getError()
AWSError
AWSError. setCfId(String cfId)
AWSError
AWSError. setCode(String code)
AWSError
AWSError. setExtendedRequestId(String extendedRequestId)
AWSError
AWSError. setHostname(String hostname)
AWSError
AWSError. setMessage(String message)
AWSError
AWSError. setRegion(String region)
AWSError
AWSError. setRequestId(String requestId)
AWSError
AWSError. setRetryable(boolean retryable)
AWSError
AWSError. setRetryDelay(double retryDelay)
AWSError
AWSError. setStatusCode(int statusCode)
AWSError
AWSError. setTime(String time)
Methods in com.walkfares.odsl.service with parameters of type AWSError Modifier and Type Method Description ServiceResponse
ServiceResponse. setError(AWSError error)