Uses of Class
software.amazon.awscdk.services.apigateway.AwsIntegration
Packages that use AwsIntegration
-
Uses of AwsIntegration in software.amazon.awscdk.services.apigateway
Subclasses of AwsIntegration in software.amazon.awscdk.services.apigatewayModifier and TypeClassDescriptionclassIntegrates an AWS Lambda function to an API Gateway method.classIntegrates an AWS Sagemaker Endpoint to an API Gateway method.Methods in software.amazon.awscdk.services.apigateway that return AwsIntegrationModifier and TypeMethodDescriptionAwsIntegration.Builder.build()static AwsIntegrationStepFunctionsIntegration.startExecution(IStateMachine stateMachine) Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.static AwsIntegrationStepFunctionsIntegration.startExecution(IStateMachine stateMachine, StepFunctionsExecutionIntegrationOptions options) Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.