| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Method.Builder |
Method.Builder.create(software.constructs.Construct scope,
String id) |
Method.Builder |
Method.Builder.httpMethod(String httpMethod)
(experimental) The HTTP method ("GET", "POST", "PUT", ...) that clients use to call this method.
|
Method.Builder |
Method.Builder.integration(Integration integration)
(experimental) The backend system that the method calls when it receives a request.
|
Method.Builder |
Method.Builder.options(MethodOptions options)
(experimental) Method options.
|
Method.Builder |
Method.Builder.resource(IResource resource)
(experimental) The resource this method is associated with.
|
Copyright © 2021. All rights reserved.