Uses of Class
software.amazon.awssdk.http.SdkHttpMethod
-
Packages that use SdkHttpMethod Package Description software.amazon.awssdk.http -
-
Uses of SdkHttpMethod in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return SdkHttpMethod Modifier and Type Method Description static SdkHttpMethodSdkHttpMethod. fromValue(String value)SdkHttpMethodSdkHttpFullRequest.Builder. method()The path, exactly as it was configured withSdkHttpFullRequest.Builder.method(SdkHttpMethod).SdkHttpMethodSdkHttpRequest.Builder. method()The path, exactly as it was configured withSdkHttpRequest.Builder.method(SdkHttpMethod).SdkHttpMethodSdkHttpRequest. method()Returns the HTTP method (GET, POST, etc) to use when sending this request.static SdkHttpMethodSdkHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SdkHttpMethod[]SdkHttpMethod. 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 SdkHttpMethod Modifier and Type Method Description SdkHttpFullRequest.BuilderSdkHttpFullRequest.Builder. method(SdkHttpMethod httpMethod)Configure anSdkHttpRequest.method()to be used in the created HTTP request.SdkHttpRequest.BuilderSdkHttpRequest.Builder. method(SdkHttpMethod httpMethod)Configure anSdkHttpRequest.method()to be used in the created HTTP request.
-