Uses of Class
software.amazon.awscdk.services.apigateway.CfnGatewayResponse.Builder
Packages that use CfnGatewayResponse.Builder
-
Uses of CfnGatewayResponse.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnGatewayResponse.BuilderModifier and TypeMethodDescriptionstatic CfnGatewayResponse.BuilderCfnGatewayResponse.Builder.responseParameters(Map<String, String> responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseParameters(IResolvable responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseTemplates(Map<String, String> responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseTemplates(IResolvable responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseType(String responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.CfnGatewayResponse.Builder.statusCode(String statusCode) The HTTP status code for this GatewayResponse.