Uses of Enum
software.amazon.awscdk.services.apigateway.PassthroughBehavior
Packages that use PassthroughBehavior
-
Uses of PassthroughBehavior in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return PassthroughBehaviorModifier and TypeMethodDescriptiondefault PassthroughBehaviorIntegrationOptions.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.final PassthroughBehaviorIntegrationOptions.Jsii$Proxy.getPassthroughBehavior()final PassthroughBehaviorLambdaIntegrationOptions.Jsii$Proxy.getPassthroughBehavior()final PassthroughBehaviorSagemakerIntegrationOptions.Jsii$Proxy.getPassthroughBehavior()final PassthroughBehaviorStepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getPassthroughBehavior()static PassthroughBehaviorReturns 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.Methods in software.amazon.awscdk.services.apigateway with parameters of type PassthroughBehaviorModifier and TypeMethodDescriptionIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofIntegrationOptions.getPassthroughBehavior()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.LambdaIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofIntegrationOptions.getPassthroughBehavior()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.SagemakerIntegration.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.SagemakerIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofIntegrationOptions.getPassthroughBehavior()StepFunctionsExecutionIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofIntegrationOptions.getPassthroughBehavior()