| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static MethodProps.Builder |
MethodProps.builder() |
MethodProps.Builder |
MethodProps.Builder.httpMethod(String httpMethod)
Sets the value of
MethodProps.getHttpMethod() |
MethodProps.Builder |
MethodProps.Builder.integration(Integration integration)
Sets the value of
MethodProps.getIntegration() |
MethodProps.Builder |
MethodProps.Builder.options(MethodOptions options)
Sets the value of
MethodProps.getOptions() |
MethodProps.Builder |
MethodProps.Builder.resource(IResource resource)
Sets the value of
MethodProps.getResource() |
| Constructor and Description |
|---|
Jsii$Proxy(MethodProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MethodProps.Builder. |
Copyright © 2022. All rights reserved.