| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodResponse.Jsii$Proxy
An implementation for
MethodResponse |
| Modifier and Type | Method and Description |
|---|---|
MethodResponse |
MethodResponse.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<MethodResponse> |
MethodOptions.getMethodResponses()
The responses that can be sent to the client who calls the method.
|
List<MethodResponse> |
MethodOptions.Jsii$Proxy.getMethodResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Method.addMethodResponse(MethodResponse methodResponse)
Add a method response to this method.
|
| Modifier and Type | Method and Description |
|---|---|
MethodOptions.Builder |
MethodOptions.Builder.methodResponses(List<? extends MethodResponse> methodResponses)
Sets the value of
MethodOptions.getMethodResponses() |
| Modifier and Type | Method and Description |
|---|---|
ApiEventSource.Builder |
ApiEventSource.Builder.methodResponses(List<? extends MethodResponse> methodResponses)
The responses that can be sent to the client who calls the method.
|
Copyright © 2022. All rights reserved.