Uses of Interface
software.amazon.awscdk.services.apigateway.IModel
Package
Description
Amazon API Gateway Construct Library
AWS Lambda Event Sources
-
Uses of IModel in software.amazon.awscdk.services.apigateway
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIModel
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Example:Modifier and TypeFieldDescriptionstatic final IModel
Model.EMPTY_MODEL
Represents a reference to a REST API's Empty model, which is available as part of the model collection by default.static final IModel
Model.ERROR_MODEL
Represents a reference to a REST API's Error model, which is available as part of the model collection by default.Modifier and TypeMethodDescriptionstatic IModel
Model.fromModelName
(software.constructs.Construct scope, String id, String modelName) Modifier and TypeMethodDescriptionMethodOptions.getRequestModels()
The models which describe data structure of request payload.MethodOptions.Jsii$Proxy.getRequestModels()
MethodResponse.getResponseModels()
The resources used for the response's content type.MethodResponse.Jsii$Proxy.getResponseModels()
Modifier and TypeMethodDescriptionMethodOptions.Builder.requestModels
(Map<String, ? extends IModel> requestModels) Sets the value ofMethodOptions.getRequestModels()
MethodResponse.Builder.responseModels
(Map<String, ? extends IModel> responseModels) Sets the value ofMethodResponse.getResponseModels()
-
Uses of IModel in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionApiEventSource.Builder.requestModels
(Map<String, ? extends IModel> requestModels) The models which describe data structure of request payload.