Java com.amazonaws.services.apigateway.model PutMethodResponseRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.apigateway.model PutMethodResponseRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.apigateway.model PutMethodResponseRequest.

The text is from its open source code.

Constructor

Method

voidsetHttpMethod(String httpMethod)

[Required] The HTTP verb of the Method resource.

voidsetResourceId(String resourceId)

[Required] The Resource identifier for the Method resource.

voidsetResponseModels(java.util.Map responseModels)

Specifies the Model resources used for the response's content type.

voidsetResponseParameters(java.util.Map responseParameters)

A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.

voidsetRestApiId(String restApiId)

[Required] The string identifier of the associated RestApi.

voidsetStatusCode(String statusCode)

[Required] The method response's status code.