Uses of Class
software.amazon.awscdk.services.apigatewayv2.ParameterMapping
Packages that use ParameterMapping
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of ParameterMapping in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return ParameterMappingModifier and TypeMethodDescriptionfinal ParameterMappingHttpAlbIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpLambdaIntegrationProps.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpLambdaIntegrationProps.Jsii$Proxy.getParameterMapping()final ParameterMappingHttpNlbIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpPrivateIntegrationOptions.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpPrivateIntegrationOptions.Jsii$Proxy.getParameterMapping()final ParameterMappingHttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpSqsIntegrationProps.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpSqsIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpStepFunctionsIntegrationProps.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpStepFunctionsIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpUrlIntegrationProps.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpUrlIntegrationProps.Jsii$Proxy.getParameterMapping()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type ParameterMappingModifier and TypeMethodDescriptionHttpAlbIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpAlbIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()HttpLambdaIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpLambdaIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpLambdaIntegrationProps.getParameterMapping()HttpNlbIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpNlbIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()HttpPrivateIntegrationOptions.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()HttpServiceDiscoveryIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpServiceDiscoveryIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()HttpSqsIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpSqsIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpSqsIntegrationProps.getParameterMapping()HttpStepFunctionsIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpStepFunctionsIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpStepFunctionsIntegrationProps.getParameterMapping()HttpUrlIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpUrlIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpUrlIntegrationProps.getParameterMapping() -
Uses of ParameterMapping in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return ParameterMappingModifier and TypeMethodDescriptionParameterMapping.appendHeader(String name, MappingValue value) Creates a mapping to append a header.ParameterMapping.appendQueryString(String name, MappingValue value) Creates a mapping to append a query string.Creates a custom mapping.static ParameterMappingParameterMapping.fromObject(Map<String, ? extends MappingValue> obj) Creates a mapping from an object.default ParameterMappingHttpIntegrationProps.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpRouteIntegrationConfig.getParameterMapping()Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpRouteIntegrationConfig.Jsii$Proxy.getParameterMapping()ParameterMapping.overwriteHeader(String name, MappingValue value) Creates a mapping to overwrite a header.ParameterMapping.overwritePath(MappingValue value) Creates a mapping to overwrite a path.ParameterMapping.overwriteQueryString(String name, MappingValue value) Creates a mapping to overwrite a querystring.ParameterMapping.removeHeader(String name) Creates a mapping to remove a header.ParameterMapping.removeQueryString(String name) Creates a mapping to remove a querystring.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ParameterMappingModifier and TypeMethodDescriptionHttpIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpIntegrationProps.getParameterMapping()HttpRouteIntegrationConfig.Builder.parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpRouteIntegrationConfig.getParameterMapping()