Package | Description |
---|---|
software.amazon.awssdk.http |
Modifier and Type | Method and Description |
---|---|
static HttpStatusFamily |
HttpStatusFamily.of(int httpStatusCode)
Retrieve the HTTP status family for the given HTTP status code.
|
static HttpStatusFamily |
HttpStatusFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatusFamily[] |
HttpStatusFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpStatusFamily.isOneOf(HttpStatusFamily... families)
Determine whether this HTTP status family is in the list of provided families.
|
Copyright © 2022. All rights reserved.