| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default HttpMethod |
HttpIntegrationProps.getMethod()
(experimental) The HTTP method to use when calling the underlying HTTP proxy.
|
HttpMethod |
HttpIntegrationProps.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> |
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 |
|---|---|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.method(HttpMethod method)
Sets the value of
HttpRouteIntegrationConfig.getMethod() |
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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpMethod |
HttpServiceDiscoveryIntegration.getHttpMethod() |
protected HttpMethod |
HttpAlbIntegration.getHttpMethod() |
protected HttpMethod |
HttpNlbIntegration.getHttpMethod() |
HttpMethod |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getMethod() |
HttpMethod |
HttpNlbIntegrationProps.Jsii$Proxy.getMethod() |
HttpMethod |
HttpAlbIntegrationProps.Jsii$Proxy.getMethod() |
default HttpMethod |
HttpPrivateIntegrationOptions.getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpMethod |
HttpPrivateIntegrationOptions.Jsii$Proxy.getMethod() |
default HttpMethod |
HttpUrlIntegrationProps.getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpMethod |
HttpUrlIntegrationProps.Jsii$Proxy.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
HttpServiceDiscoveryIntegrationProps.Builder |
HttpServiceDiscoveryIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpNlbIntegrationProps.Builder |
HttpNlbIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpServiceDiscoveryIntegration.Builder |
HttpServiceDiscoveryIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpAlbIntegration.Builder |
HttpAlbIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpAlbIntegrationProps.Builder |
HttpAlbIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpUrlIntegration.Builder |
HttpUrlIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpPrivateIntegrationOptions.Builder |
HttpPrivateIntegrationOptions.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpUrlIntegrationProps.Builder |
HttpUrlIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpUrlIntegrationProps.getMethod() |
protected void |
HttpServiceDiscoveryIntegration.setHttpMethod(HttpMethod value) |
protected void |
HttpAlbIntegration.setHttpMethod(HttpMethod value) |
protected void |
HttpNlbIntegration.setHttpMethod(HttpMethod value) |
Copyright © 2022. All rights reserved.