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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetApiKeyRequired(Boolean apiKeyRequired)

Specifies whether the method required a valid ApiKey.

voidsetAuthorizationType(String authorizationType)

[Required] The method's authorization type.

voidsetHttpMethod(String httpMethod)

[Required] Specifies the method request's HTTP method type.

voidsetRequestParameters(java.util.Map requestParameters)

A key-value map defining required or optional method request parameters that can be accepted by API Gateway.

voidsetResourceId(String resourceId)

[Required] The Resource identifier for the new Method resource.

voidsetRestApiId(String restApiId)

[Required] The string identifier of the associated RestApi.