Uses of Class
software.amazon.awssdk.http.HttpStatusFamily
-
Packages that use HttpStatusFamily Package Description software.amazon.awssdk.http -
-
Uses of HttpStatusFamily in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return HttpStatusFamily Modifier and Type Method 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.Methods in software.amazon.awssdk.http with parameters of type HttpStatusFamily Modifier and Type Method Description boolean
HttpStatusFamily. isOneOf(HttpStatusFamily... families)
Determine whether this HTTP status family is in the list of provided families.
-