Package | Description |
---|---|
software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
Modifier and Type | Class and Description |
---|---|
static class |
IntegrationConfig.Jsii$Proxy
An implementation for
IntegrationConfig |
Modifier and Type | Method and Description |
---|---|
IntegrationConfig |
Integration.bind(Method _method)
(experimental) Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
IntegrationConfig |
LambdaIntegration.bind(Method method)
(experimental) Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
IntegrationConfig |
AwsIntegration.bind(Method method)
(experimental) Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
IntegrationConfig |
IntegrationConfig.Builder.build()
Builds the configured instance.
|
Copyright © 2021. All rights reserved.