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 int
ACCEPTED
static int
BAD_GATEWAY
static int
BAD_REQUEST
static int
CONTINUE
static int
CREATED
static int
FORBIDDEN
static int
GATEWAY_TIMEOUT
static int
INTERNAL_SERVER_ERROR
static int
METHOD_NOT_ALLOWED
static int
MOVED_PERMANENTLY
static int
MOVED_TEMPORARILY
static int
NO_CONTENT
static int
NON_AUTHORITATIVE_INFORMATION
static int
NOT_ACCEPTABLE
static int
NOT_FOUND
static int
OK
static int
PARTIAL_CONTENT
static int
REQUEST_TIMEOUT
static int
REQUEST_TOO_LONG
static int
RESET_CONTENT
static int
SERVICE_UNAVAILABLE
static int
TEMPORARY_REDIRECT
static int
THROTTLING
static int
UNAUTHORIZED
-
-
-
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
-
-