| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.create(software.constructs.Construct scope,
String id) |
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseParameters(IResolvable responseParameters)
`AWS::ApiGateway::GatewayResponse.ResponseParameters`.
|
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseParameters(Map<String,String> responseParameters)
`AWS::ApiGateway::GatewayResponse.ResponseParameters`.
|
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseTemplates(IResolvable responseTemplates)
`AWS::ApiGateway::GatewayResponse.ResponseTemplates`.
|
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseTemplates(Map<String,String> responseTemplates)
`AWS::ApiGateway::GatewayResponse.ResponseTemplates`.
|
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseType(String responseType)
`AWS::ApiGateway::GatewayResponse.ResponseType`.
|
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.restApiId(String restApiId)
`AWS::ApiGateway::GatewayResponse.RestApiId`.
|
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.statusCode(String statusCode)
`AWS::ApiGateway::GatewayResponse.StatusCode`.
|
Copyright © 2021. All rights reserved.