Uses of Class
software.amazon.awscdk.services.sam.CfnHttpApi.CorsConfigurationObjectProperty.Builder
Packages that use CfnHttpApi.CorsConfigurationObjectProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApi.CorsConfigurationObjectProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnHttpApi.CorsConfigurationObjectProperty.BuilderModifier and TypeMethodDescriptionCfnHttpApi.CorsConfigurationObjectProperty.Builder.allowCredentials(Boolean allowCredentials) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowCredentials()CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowCredentials(IResolvable allowCredentials) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowCredentials()CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowHeaders(List<String> allowHeaders) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowHeaders()CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowMethods(List<String> allowMethods) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowMethods()CfnHttpApi.CorsConfigurationObjectProperty.Builder.allowOrigins(List<String> allowOrigins) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getAllowOrigins()CfnHttpApi.CorsConfigurationObjectProperty.builder()CfnHttpApi.CorsConfigurationObjectProperty.Builder.exposeHeaders(List<String> exposeHeaders) Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getExposeHeaders()Sets the value ofCfnHttpApi.CorsConfigurationObjectProperty.getMaxAge()Constructors in software.amazon.awscdk.services.sam with parameters of type CfnHttpApi.CorsConfigurationObjectProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHttpApi.CorsConfigurationObjectProperty.Builder.