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

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

Introduction

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

The text is from its open source code.

Method

CreateDeploymentResultcreateDeployment(CreateDeploymentRequest createDeploymentRequest)

Creates a Deployment resource, which makes a specified RestApi callable over the internet.

CreateResourceResultcreateResource(CreateResourceRequest createResourceRequest)

Creates a Resource resource.

CreateRestApiResultcreateRestApi(CreateRestApiRequest createRestApiRequest)

Creates a new RestApi resource.

DeleteResourceResultdeleteResource(DeleteResourceRequest deleteResourceRequest)

Deletes a Resource resource.

DeleteRestApiResultdeleteRestApi(DeleteRestApiRequest deleteRestApiRequest)

Deletes the specified API.

GetResourcesResultgetResources(GetResourcesRequest getResourcesRequest)

Lists information about a collection of Resource resources.

GetRestApiResultgetRestApi(GetRestApiRequest getRestApiRequest)

Lists the RestApi resource in the collection.

GetRestApisResultgetRestApis(GetRestApisRequest getRestApisRequest)

Lists the RestApis resources for your collection.

GetSdkResultgetSdk(GetSdkRequest getSdkRequest)

Generates a client SDK for a RestApi and Stage.

PutIntegrationResultputIntegration(PutIntegrationRequest putIntegrationRequest)

Sets up a method's integration.

PutIntegrationResponseResultputIntegrationResponse( PutIntegrationResponseRequest putIntegrationResponseRequest)

Represents a put integration.

PutMethodResultputMethod(PutMethodRequest putMethodRequest)

Add a method to an existing Resource resource.

PutMethodResponseResultputMethodResponse(PutMethodResponseRequest putMethodResponseRequest)

Adds a MethodResponse to an existing Method resource.