Uses of Interface
software.amazon.awscdk.services.apigateway.MethodResponse
-
Uses of MethodResponse in software.amazon.awscdk.services.apigateway
Modifier 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()
Modifier and TypeMethodDescriptionvoid
Method.addMethodResponse
(MethodResponse methodResponse) Add a method response to this method.Modifier and TypeMethodDescriptionMethodOptions.Builder.methodResponses
(List<? extends MethodResponse> methodResponses) Sets the value ofMethodOptions.getMethodResponses()