Uses of Enum
software.amazon.awssdk.http.HttpStatusFamily
Packages that use HttpStatusFamily
-
Uses of HttpStatusFamily in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return HttpStatusFamilyModifier and TypeMethodDescriptionstatic HttpStatusFamilyHttpStatusFamily.of(int httpStatusCode) Retrieve the HTTP status family for the given HTTP status code.static HttpStatusFamilyReturns 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 HttpStatusFamilyModifier and TypeMethodDescriptionbooleanHttpStatusFamily.isOneOf(HttpStatusFamily... families) Determine whether this HTTP status family is in the list of provided families.