Uses of Interface
software.amazon.awscdk.services.apigateway.LambdaIntegrationOptions
Packages that use LambdaIntegrationOptions
-
Uses of LambdaIntegrationOptions in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement LambdaIntegrationOptionsModifier and TypeClassDescriptionstatic final classAn implementation forLambdaIntegrationOptionsMethods in software.amazon.awscdk.services.apigateway that return LambdaIntegrationOptionsModifier and TypeMethodDescriptionLambdaIntegrationOptions.Builder.build()Builds the configured instance.default LambdaIntegrationOptionsLambdaRestApiProps.getIntegrationOptions()Specific Lambda integration options.final LambdaIntegrationOptionsLambdaRestApiProps.Jsii$Proxy.getIntegrationOptions()Methods in software.amazon.awscdk.services.apigateway with parameters of type LambdaIntegrationOptionsModifier and TypeMethodDescriptionLambdaRestApi.Builder.integrationOptions(LambdaIntegrationOptions integrationOptions) Specific Lambda integration options.LambdaRestApiProps.Builder.integrationOptions(LambdaIntegrationOptions integrationOptions) Sets the value ofLambdaRestApiProps.getIntegrationOptions()Constructors in software.amazon.awscdk.services.apigateway with parameters of type LambdaIntegrationOptionsModifierConstructorDescriptionLambdaIntegration(IFunction handler, LambdaIntegrationOptions options)