Uses of Class
com.amazonaws.kinesisvideo.http.HttpMethodName
-
Packages that use HttpMethodName Package Description com.amazonaws.kinesisvideo.http -
-
Uses of HttpMethodName in com.amazonaws.kinesisvideo.http
Fields in com.amazonaws.kinesisvideo.http declared as HttpMethodName Modifier and Type Field Description protected HttpMethodNameHttpClientBase.BuilderBase. mMethodMethods in com.amazonaws.kinesisvideo.http that return HttpMethodName Modifier and Type Method Description HttpMethodNameHttpClient. getMethod()HttpMethodNameHttpClientBase. getMethod()HttpMethodNameParallelSimpleHttpClient. getMethod()static HttpMethodNameHttpMethodName. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethodName[]HttpMethodName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.kinesisvideo.http with parameters of type HttpMethodName Modifier and Type Method Description ParallelSimpleHttpClient.BuilderParallelSimpleHttpClient.Builder. method(HttpMethodName method)THttpClientBase.BuilderBase. withMethod(HttpMethodName method)
-