| 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()
(experimental) 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 |
|---|---|
MethodOptions.Builder |
MethodOptions.Builder.methodResponses(List<? extends MethodResponse> methodResponses)
Sets the value of
MethodOptions.getMethodResponses() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean apiKeyRequired,
List<String> authorizationScopes,
AuthorizationType authorizationType,
IAuthorizer authorizer,
List<? extends MethodResponse> methodResponses,
String operationName,
Map<String,? extends IModel> requestModels,
Map<String,? extends Boolean> requestParameters,
IRequestValidator requestValidator,
RequestValidatorOptions requestValidatorOptions)
Constructor that initializes the object based on literal property values passed by the
MethodOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ApiEventSource.Builder |
ApiEventSource.Builder.methodResponses(List<? extends MethodResponse> methodResponses)
(experimental) The responses that can be sent to the client who calls the method.
|
Copyright © 2021. All rights reserved.