Package software.amazon.awssdk.http
Class HttpStatusCode
- java.lang.Object
- 
- software.amazon.awssdk.http.HttpStatusCode
 
- 
 public final class HttpStatusCode extends Object Constants for common HTTP status codes.
- 
- 
Field SummaryFields Modifier and Type Field Description static intACCEPTEDstatic intBAD_GATEWAYstatic intBAD_REQUESTstatic intCONTINUEstatic intCREATEDstatic intFORBIDDENstatic intGATEWAY_TIMEOUTstatic intINTERNAL_SERVER_ERRORstatic intMETHOD_NOT_ALLOWEDstatic intMOVED_PERMANENTLYstatic intMOVED_TEMPORARILYstatic intNO_CONTENTstatic intNON_AUTHORITATIVE_INFORMATIONstatic intNOT_ACCEPTABLEstatic intNOT_FOUNDstatic intOKstatic intPARTIAL_CONTENTstatic intREQUEST_TIMEOUTstatic intREQUEST_TOO_LONGstatic intRESET_CONTENTstatic intSERVICE_UNAVAILABLEstatic intTEMPORARY_REDIRECTstatic intTHROTTLINGstatic intUNAUTHORIZED
 
- 
- 
- 
Field Detail- 
CONTINUEpublic static final int CONTINUE - See Also:
- Constant Field Values
 
 - 
OKpublic static final int OK - See Also:
- Constant Field Values
 
 - 
CREATEDpublic static final int CREATED - See Also:
- Constant Field Values
 
 - 
ACCEPTEDpublic static final int ACCEPTED - See Also:
- Constant Field Values
 
 - 
NON_AUTHORITATIVE_INFORMATIONpublic static final int NON_AUTHORITATIVE_INFORMATION - See Also:
- Constant Field Values
 
 - 
NO_CONTENTpublic static final int NO_CONTENT - See Also:
- Constant Field Values
 
 - 
RESET_CONTENTpublic static final int RESET_CONTENT - See Also:
- Constant Field Values
 
 - 
PARTIAL_CONTENTpublic static final int PARTIAL_CONTENT - See Also:
- Constant Field Values
 
 - 
MOVED_PERMANENTLYpublic static final int MOVED_PERMANENTLY - See Also:
- Constant Field Values
 
 - 
MOVED_TEMPORARILYpublic static final int MOVED_TEMPORARILY - See Also:
- Constant Field Values
 
 - 
TEMPORARY_REDIRECTpublic static final int TEMPORARY_REDIRECT - See Also:
- Constant Field Values
 
 - 
BAD_REQUESTpublic static final int BAD_REQUEST - See Also:
- Constant Field Values
 
 - 
UNAUTHORIZEDpublic static final int UNAUTHORIZED - See Also:
- Constant Field Values
 
 - 
FORBIDDENpublic static final int FORBIDDEN - See Also:
- Constant Field Values
 
 - 
NOT_FOUNDpublic static final int NOT_FOUND - See Also:
- Constant Field Values
 
 - 
METHOD_NOT_ALLOWEDpublic static final int METHOD_NOT_ALLOWED - See Also:
- Constant Field Values
 
 - 
NOT_ACCEPTABLEpublic static final int NOT_ACCEPTABLE - See Also:
- Constant Field Values
 
 - 
REQUEST_TIMEOUTpublic static final int REQUEST_TIMEOUT - See Also:
- Constant Field Values
 
 - 
REQUEST_TOO_LONGpublic static final int REQUEST_TOO_LONG - See Also:
- Constant Field Values
 
 - 
THROTTLINGpublic static final int THROTTLING - See Also:
- Constant Field Values
 
 - 
INTERNAL_SERVER_ERRORpublic static final int INTERNAL_SERVER_ERROR - See Also:
- Constant Field Values
 
 - 
BAD_GATEWAYpublic static final int BAD_GATEWAY - See Also:
- Constant Field Values
 
 - 
SERVICE_UNAVAILABLEpublic static final int SERVICE_UNAVAILABLE - See Also:
- Constant Field Values
 
 - 
GATEWAY_TIMEOUTpublic static final int GATEWAY_TIMEOUT - See Also:
- Constant Field Values
 
 
- 
 
-