Uses of Interface
software.amazon.awscdk.services.apigateway.MethodResponse
Packages that use MethodResponse
Package
Description
Amazon API Gateway Construct Library
AWS Lambda Event Sources
-
Uses of MethodResponse in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement MethodResponseMethods in software.amazon.awscdk.services.apigateway that return MethodResponseMethods in software.amazon.awscdk.services.apigateway that return types with arguments of type MethodResponseModifier and TypeMethodDescriptiondefault List<MethodResponse>
MethodOptions.getMethodResponses()
The responses that can be sent to the client who calls the method.final List<MethodResponse>
MethodOptions.Jsii$Proxy.getMethodResponses()
Methods in software.amazon.awscdk.services.apigateway with parameters of type MethodResponseModifier and TypeMethodDescriptionvoid
Method.addMethodResponse
(MethodResponse methodResponse) Add a method response to this method.Method parameters in software.amazon.awscdk.services.apigateway with type arguments of type MethodResponseModifier and TypeMethodDescriptionMethodOptions.Builder.methodResponses
(List<? extends MethodResponse> methodResponses) Sets the value ofMethodOptions.getMethodResponses()
-
Uses of MethodResponse in software.amazon.awscdk.services.lambda.eventsources
Method parameters in software.amazon.awscdk.services.lambda.eventsources with type arguments of type MethodResponseModifier and TypeMethodDescriptionApiEventSource.Builder.methodResponses
(List<? extends MethodResponse> methodResponses) The responses that can be sent to the client who calls the method.