| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnModel.Builder |
CfnModel.Builder.contentType(String contentType)
`AWS::ApiGateway::Model.ContentType`.
|
static CfnModel.Builder |
CfnModel.Builder.create(software.constructs.Construct scope,
String id) |
CfnModel.Builder |
CfnModel.Builder.description(String description)
`AWS::ApiGateway::Model.Description`.
|
CfnModel.Builder |
CfnModel.Builder.name(String name)
`AWS::ApiGateway::Model.Name`.
|
CfnModel.Builder |
CfnModel.Builder.restApiId(String restApiId)
`AWS::ApiGateway::Model.RestApiId`.
|
CfnModel.Builder |
CfnModel.Builder.schema(Object schema)
`AWS::ApiGateway::Model.Schema`.
|
Copyright © 2021. All rights reserved.