Uses of Interface
software.amazon.awscdk.services.apigateway.IModel
Packages that use IModel
Package
Description
Amazon API Gateway Construct Library
AWS Lambda Event Sources
-
Uses of IModel in software.amazon.awscdk.services.apigateway
Subinterfaces of IModel in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIModel
.Classes in software.amazon.awscdk.services.apigateway that implement IModelModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Example:Fields in software.amazon.awscdk.services.apigateway declared as IModelModifier 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.Methods in software.amazon.awscdk.services.apigateway that return IModelModifier and TypeMethodDescriptionstatic IModel
Model.fromModelName
(software.constructs.Construct scope, String id, String modelName) Methods in software.amazon.awscdk.services.apigateway that return types with arguments of type IModelModifier 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()
Method parameters in software.amazon.awscdk.services.apigateway with type arguments of type IModelModifier 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
Method parameters in software.amazon.awscdk.services.lambda.eventsources with type arguments of type IModelModifier and TypeMethodDescriptionApiEventSource.Builder.requestModels
(Map<String, ? extends IModel> requestModels) The models which describe data structure of request payload.