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 SdkHttpMethod
SdkHttpMethod. fromValue(String value)
SdkHttpMethod
SdkHttpFullRequest.Builder. method()
The path, exactly as it was configured withSdkHttpFullRequest.Builder.method(SdkHttpMethod)
.SdkHttpMethod
SdkHttpRequest.Builder. method()
The path, exactly as it was configured withSdkHttpRequest.Builder.method(SdkHttpMethod)
.SdkHttpMethod
SdkHttpRequest. method()
Returns the HTTP method (GET, POST, etc) to use when sending this request.static SdkHttpMethod
SdkHttpMethod. 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.Builder
SdkHttpFullRequest.Builder. method(SdkHttpMethod httpMethod)
Configure anSdkHttpRequest.method()
to be used in the created HTTP request.SdkHttpRequest.Builder
SdkHttpRequest.Builder. method(SdkHttpMethod httpMethod)
Configure anSdkHttpRequest.method()
to be used in the created HTTP request.
-