Uses of Interface
software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegrationBindOptions
Packages that use HttpRouteIntegrationBindOptions
Package
Description
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Integrations
-
Uses of HttpRouteIntegrationBindOptions in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement HttpRouteIntegrationBindOptionsModifier and TypeClassDescriptionstatic final classAn implementation forHttpRouteIntegrationBindOptionsMethods in software.amazon.awscdk.services.apigatewayv2 that return HttpRouteIntegrationBindOptionsModifier and TypeMethodDescriptionHttpRouteIntegrationBindOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpRouteIntegrationBindOptionsModifier and TypeMethodDescriptionabstract HttpRouteIntegrationConfigHttpRouteIntegration.bind(HttpRouteIntegrationBindOptions options) (experimental) Bind this integration to the route.protected voidHttpRouteIntegration.completeBind(HttpRouteIntegrationBindOptions _options) (experimental) Complete the binding of the integration to the route. -
Uses of HttpRouteIntegrationBindOptions in software.amazon.awscdk.services.apigatewayv2.integrations
Methods in software.amazon.awscdk.services.apigatewayv2.integrations with parameters of type HttpRouteIntegrationBindOptionsModifier and TypeMethodDescriptionHttpAlbIntegration.bind(HttpRouteIntegrationBindOptions options) (experimental) Bind this integration to the route.HttpLambdaIntegration.bind(HttpRouteIntegrationBindOptions __) (experimental) Bind this integration to the route.HttpNlbIntegration.bind(HttpRouteIntegrationBindOptions options) (experimental) Bind this integration to the route.HttpServiceDiscoveryIntegration.bind(HttpRouteIntegrationBindOptions __) (experimental) Bind this integration to the route.HttpUrlIntegration.bind(HttpRouteIntegrationBindOptions __) (experimental) Bind this integration to the route.protected voidHttpLambdaIntegration.completeBind(HttpRouteIntegrationBindOptions options) (experimental) Complete the binding of the integration to the route.