Uses of Interface
software.amazon.awscdk.services.apigatewayv2.CfnApi.CorsProperty
Packages that use CfnApi.CorsProperty
-
Uses of CfnApi.CorsProperty in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement CfnApi.CorsPropertyMethods in software.amazon.awscdk.services.apigatewayv2 that return CfnApi.CorsPropertyModifier and TypeMethodDescriptionCfnApi.CorsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type CfnApi.CorsPropertyModifier and TypeMethodDescriptionCfnApi.Builder.corsConfiguration(CfnApi.CorsProperty corsConfiguration) A CORS configuration.CfnApiProps.Builder.corsConfiguration(CfnApi.CorsProperty corsConfiguration) Sets the value ofCfnApiProps.getCorsConfiguration()voidCfnApi.setCorsConfiguration(CfnApi.CorsProperty value) A CORS configuration.