| Modifier and Type | Method and Description |
|---|---|
default HttpMethod |
HttpIntegrationProps.getMethod()
(experimental) The HTTP method to use when calling the underlying HTTP proxy.
|
HttpMethod |
HttpIntegrationProps.Jsii$Proxy.getMethod() |
default HttpMethod |
HttpRouteIntegrationConfig.getMethod()
(experimental) The HTTP method that must be used to invoke the underlying proxy.
|
HttpMethod |
HttpRouteIntegrationConfig.Jsii$Proxy.getMethod() |
HttpMethod |
HttpRouteKey.getMethod()
(experimental) The method of the route.
|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<HttpMethod> |
GrantInvokeOptions.getHttpMethods()
(experimental) The HTTP methods to allow.
|
List<HttpMethod> |
GrantInvokeOptions.Jsii$Proxy.getHttpMethods() |
default List<HttpMethod> |
AddRoutesOptions.getMethods()
(experimental) The HTTP methods to be configured.
|
List<HttpMethod> |
AddRoutesOptions.Jsii$Proxy.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpIntegrationProps.getMethod() |
HttpIntegration.Builder |
HttpIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method to use when calling the underlying HTTP proxy.
|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.method(HttpMethod method)
Sets the value of
HttpRouteIntegrationConfig.getMethod() |
static HttpRouteKey |
HttpRouteKey.with(String path,
HttpMethod method)
(experimental) Create a route key with the combination of the path and the method.
|
| Modifier and Type | Method and Description |
|---|---|
GrantInvokeOptions.Builder |
GrantInvokeOptions.Builder.httpMethods(List<? extends HttpMethod> httpMethods)
Sets the value of
GrantInvokeOptions.getHttpMethods() |
AddRoutesOptions.Builder |
AddRoutesOptions.Builder.methods(List<? extends HttpMethod> methods)
Sets the value of
AddRoutesOptions.getMethods() |
Copyright © 2023. All rights reserved.