Uses of Interface
software.amazon.awscdk.services.apigateway.IntegrationResponse
Packages that use IntegrationResponse
-
Uses of IntegrationResponse in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement IntegrationResponseMethods in software.amazon.awscdk.services.apigateway that return IntegrationResponseModifier and TypeMethodDescriptionIntegrationResponse.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigateway that return types with arguments of type IntegrationResponseModifier and TypeMethodDescriptiondefault List<IntegrationResponse>IntegrationOptions.getIntegrationResponses()The response that API Gateway provides after a method's backend completes processing a request.final List<IntegrationResponse>IntegrationOptions.Jsii$Proxy.getIntegrationResponses()final List<IntegrationResponse>LambdaIntegrationOptions.Jsii$Proxy.getIntegrationResponses()final List<IntegrationResponse>StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getIntegrationResponses()Method parameters in software.amazon.awscdk.services.apigateway with type arguments of type IntegrationResponseModifier and TypeMethodDescriptionIntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses) Sets the value ofIntegrationOptions.getIntegrationResponses()LambdaIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses) The response that API Gateway provides after a method's backend completes processing a request.LambdaIntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses) Sets the value ofIntegrationOptions.getIntegrationResponses()MockIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses) The response that API Gateway provides after a method's backend completes processing a request.StepFunctionsExecutionIntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses) Sets the value ofIntegrationOptions.getIntegrationResponses()