| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
PassthroughBehavior |
LambdaIntegrationOptions.Jsii$Proxy.getPassthroughBehavior() |
PassthroughBehavior |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getPassthroughBehavior() |
default PassthroughBehavior |
IntegrationOptions.getPassthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
IntegrationOptions.Jsii$Proxy.getPassthroughBehavior() |
static PassthroughBehavior |
PassthroughBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassthroughBehavior[] |
PassthroughBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Sets the value of
IntegrationOptions.getPassthroughBehavior() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
MockIntegration.Builder |
MockIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Sets the value of
IntegrationOptions.getPassthroughBehavior() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Sets the value of
IntegrationOptions.getPassthroughBehavior() |
Copyright © 2022. All rights reserved.