| 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() |
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> |
AddRoutesOptions.getMethods()
(experimental) The HTTP methods to be configured.
|
List<HttpMethod> |
AddRoutesOptions.Jsii$Proxy.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
HttpIntegration.Builder |
HttpIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method to use when calling the underlying HTTP proxy.
|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpIntegrationProps.getMethod() |
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 |
|---|---|
AddRoutesOptions.Builder |
AddRoutesOptions.Builder.methods(List<? extends HttpMethod> methods)
Sets the value of
AddRoutesOptions.getMethods() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpIntegrationType integrationType,
String integrationUri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
PayloadFormatVersion payloadFormatVersion,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpIntegrationProps.Builder. |
Jsii$Proxy(PayloadFormatVersion payloadFormatVersion,
HttpIntegrationType type,
String uri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpRouteIntegrationConfig.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(String path,
List<String> authorizationScopes,
IHttpRouteAuthorizer authorizer,
List<? extends HttpMethod> methods,
IHttpRouteIntegration integration)
Constructor that initializes the object based on literal property values passed by the
AddRoutesOptions.Builder. |
Copyright © 2021. All rights reserved.