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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetDescription(String description)

The description of the RestApi.

voidsetName(String name)

[Required] The name of the RestApi.

CreateRestApiRequestwithDescription(String description)

The description of the RestApi.

CreateRestApiRequestwithName(String name)

[Required] The name of the RestApi.