Package software.amazon.awssdk.crt.s3
Class S3FinishedResponseContext
- java.lang.Object
-
- software.amazon.awssdk.crt.s3.S3FinishedResponseContext
-
public class S3FinishedResponseContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChecksumAlgorithm
getChecksumAlgorithm()
int
getErrorCode()
byte[]
getErrorPayload()
int
getResponseStatus()
boolean
isChecksumValidated()
-
-
-
Method Detail
-
getErrorCode
public int getErrorCode()
-
getResponseStatus
public int getResponseStatus()
-
getErrorPayload
public byte[] getErrorPayload()
-
getChecksumAlgorithm
public ChecksumAlgorithm getChecksumAlgorithm()
-
isChecksumValidated
public boolean isChecksumValidated()
-
-