| 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)
The HTTP method ("GET", "POST", "PUT", ...) that clients use to call this method.
|
Method.Builder |
Method.Builder.integration(Integration integration)
The backend system that the method calls when it receives a request.
|
Method.Builder |
Method.Builder.options(MethodOptions options)
Method options.
|
Method.Builder |
Method.Builder.resource(IResource resource)
The resource this method is associated with.
|
Copyright © 2022. All rights reserved.