| Modifier and Type | Method and Description |
|---|---|
HttpMethods |
EksCallProps.getHttpMethod()
HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.
|
HttpMethods |
EksCallProps.Jsii$Proxy.getHttpMethod() |
static HttpMethods |
HttpMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethods[] |
HttpMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EksCallProps.Builder |
EksCallProps.Builder.httpMethod(HttpMethods httpMethod)
Sets the value of
EksCallProps.getHttpMethod() |
EksCall.Builder |
EksCall.Builder.httpMethod(HttpMethods httpMethod)
HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.
|
Copyright © 2022. All rights reserved.