| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Method |
IResource.addCorsPreflight(CorsOptions options)
(experimental) Adds an OPTIONS method to this resource which responds to Cross-Origin Resource Sharing (CORS) preflight requests.
|
Method |
IResource.Jsii$Proxy.addCorsPreflight(CorsOptions options)
(experimental) Adds an OPTIONS method to this resource which responds to Cross-Origin Resource Sharing (CORS) preflight requests.
|
default Method |
IResource.Jsii$Default.addCorsPreflight(CorsOptions options)
(experimental) Adds an OPTIONS method to this resource which responds to Cross-Origin Resource Sharing (CORS) preflight requests.
|
Method |
ResourceBase.addCorsPreflight(CorsOptions options)
(experimental) Adds an OPTIONS method to this resource which responds to Cross-Origin Resource Sharing (CORS) preflight requests.
|
Method |
IResource.addMethod(String httpMethod)
(experimental) Defines a new method for this resource.
|
Method |
IResource.Jsii$Proxy.addMethod(String httpMethod)
(experimental) Defines a new method for this resource.
|
Method |
ProxyResource.addMethod(String httpMethod)
(experimental) Defines a new method for this resource.
|
Method |
ResourceBase.addMethod(String httpMethod)
(experimental) Defines a new method for this resource.
|
Method |
IResource.addMethod(String httpMethod,
Integration target)
(experimental) Defines a new method for this resource.
|
Method |
IResource.Jsii$Proxy.addMethod(String httpMethod,
Integration target)
(experimental) Defines a new method for this resource.
|
Method |
ProxyResource.addMethod(String httpMethod,
Integration integration)
(experimental) Defines a new method for this resource.
|
Method |
ResourceBase.addMethod(String httpMethod,
Integration integration)
(experimental) Defines a new method for this resource.
|
Method |
IResource.addMethod(String httpMethod,
Integration target,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
IResource.Jsii$Proxy.addMethod(String httpMethod,
Integration target,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
default Method |
IResource.Jsii$Default.addMethod(String httpMethod,
Integration target,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
ProxyResource.addMethod(String httpMethod,
Integration integration,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
ResourceBase.addMethod(String httpMethod,
Integration integration,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
Method.Builder.build() |
Method |
ProxyResource.getAnyMethod()
(experimental) If `props.anyMethod` is `true`, this will be the reference to the 'ANY' method associated with this proxy resource.
|
Method |
ThrottlingPerMethod.getMethod()
(experimental) [disable-awslint:ref-via-interface] The method for which you specify the throttling settings.
|
Method |
ThrottlingPerMethod.Jsii$Proxy.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<Method> |
RestApi.getMethods()
(experimental) The list of methods bound to this RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationConfig |
LambdaIntegration.bind(Method method)
(experimental) Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
IntegrationConfig |
Integration.bind(Method _method)
(experimental) Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
IntegrationConfig |
AwsIntegration.bind(Method method)
(experimental) Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
ThrottlingPerMethod.Builder |
ThrottlingPerMethod.Builder.method(Method method)
Sets the value of
ThrottlingPerMethod.getMethod() |
| Constructor and Description |
|---|
Jsii$Proxy(Method method,
ThrottleSettings throttle)
Constructor that initializes the object based on literal property values passed by the
ThrottlingPerMethod.Builder. |
Copyright © 2021. All rights reserved.