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 Summary
Fields 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
- 
CONTINUE
public static final int CONTINUE
- See Also:
 - Constant Field Values
 
 
- 
OK
public static final int OK
- See Also:
 - Constant Field Values
 
 
- 
CREATED
public static final int CREATED
- See Also:
 - Constant Field Values
 
 
- 
ACCEPTED
public static final int ACCEPTED
- See Also:
 - Constant Field Values
 
 
- 
NON_AUTHORITATIVE_INFORMATION
public static final int NON_AUTHORITATIVE_INFORMATION
- See Also:
 - Constant Field Values
 
 
- 
NO_CONTENT
public static final int NO_CONTENT
- See Also:
 - Constant Field Values
 
 
- 
RESET_CONTENT
public static final int RESET_CONTENT
- See Also:
 - Constant Field Values
 
 
- 
PARTIAL_CONTENT
public static final int PARTIAL_CONTENT
- See Also:
 - Constant Field Values
 
 
- 
MOVED_PERMANENTLY
public static final int MOVED_PERMANENTLY
- See Also:
 - Constant Field Values
 
 
- 
MOVED_TEMPORARILY
public static final int MOVED_TEMPORARILY
- See Also:
 - Constant Field Values
 
 
- 
TEMPORARY_REDIRECT
public static final int TEMPORARY_REDIRECT
- See Also:
 - Constant Field Values
 
 
- 
BAD_REQUEST
public static final int BAD_REQUEST
- See Also:
 - Constant Field Values
 
 
- 
UNAUTHORIZED
public static final int UNAUTHORIZED
- See Also:
 - Constant Field Values
 
 
- 
FORBIDDEN
public static final int FORBIDDEN
- See Also:
 - Constant Field Values
 
 
- 
NOT_FOUND
public static final int NOT_FOUND
- See Also:
 - Constant Field Values
 
 
- 
METHOD_NOT_ALLOWED
public static final int METHOD_NOT_ALLOWED
- See Also:
 - Constant Field Values
 
 
- 
NOT_ACCEPTABLE
public static final int NOT_ACCEPTABLE
- See Also:
 - Constant Field Values
 
 
- 
REQUEST_TIMEOUT
public static final int REQUEST_TIMEOUT
- See Also:
 - Constant Field Values
 
 
- 
REQUEST_TOO_LONG
public static final int REQUEST_TOO_LONG
- See Also:
 - Constant Field Values
 
 
- 
THROTTLING
public static final int THROTTLING
- See Also:
 - Constant Field Values
 
 
- 
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
 - Constant Field Values
 
 
- 
BAD_GATEWAY
public static final int BAD_GATEWAY
- See Also:
 - Constant Field Values
 
 
- 
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE
- See Also:
 - Constant Field Values
 
 
- 
GATEWAY_TIMEOUT
public static final int GATEWAY_TIMEOUT
- See Also:
 - Constant Field Values
 
 
 - 
 
 -