| 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() |
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> |
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() |
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() |
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)
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)
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. |
| Modifier and Type | Method and Description |
|---|---|
protected HttpMethod |
HttpServiceDiscoveryIntegration.getHttpMethod() |
protected HttpMethod |
HttpAlbIntegration.getHttpMethod() |
protected HttpMethod |
HttpNlbIntegration.getHttpMethod() |
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 |
HttpProxyIntegrationProps.getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpMethod |
HttpProxyIntegrationProps.Jsii$Proxy.getMethod() |
HttpMethod |
HttpNlbIntegrationProps.Jsii$Proxy.getMethod() |
HttpMethod |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getMethod() |
HttpMethod |
HttpAlbIntegrationProps.Jsii$Proxy.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
HttpPrivateIntegrationOptions.Builder |
HttpPrivateIntegrationOptions.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpProxyIntegrationProps.Builder |
HttpProxyIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpProxyIntegrationProps.getMethod() |
HttpNlbIntegrationProps.Builder |
HttpNlbIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpProxyIntegration.Builder |
HttpProxyIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpServiceDiscoveryIntegrationProps.Builder |
HttpServiceDiscoveryIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpAlbIntegrationProps.Builder |
HttpAlbIntegrationProps.Builder.method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
protected void |
HttpServiceDiscoveryIntegration.setHttpMethod(HttpMethod value) |
protected void |
HttpAlbIntegration.setHttpMethod(HttpMethod value) |
protected void |
HttpNlbIntegration.setHttpMethod(HttpMethod value) |
| Constructor and Description |
|---|
Jsii$Proxy(HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpPrivateIntegrationOptions.Builder. |
Jsii$Proxy(IApplicationListener listener,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpAlbIntegrationProps.Builder. |
Jsii$Proxy(INetworkListener listener,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpNlbIntegrationProps.Builder. |
Jsii$Proxy(IService service,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpServiceDiscoveryIntegrationProps.Builder. |
Jsii$Proxy(String url,
HttpMethod method)
Constructor that initializes the object based on literal property values passed by the
HttpProxyIntegrationProps.Builder. |
Copyright © 2021. All rights reserved.