Uses of Class
software.amazon.awscdk.services.apigatewayv2.CorsPreflightOptions.Builder
Packages that use CorsPreflightOptions.Builder
-
Uses of CorsPreflightOptions.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return CorsPreflightOptions.BuilderModifier and TypeMethodDescriptionCorsPreflightOptions.Builder.allowCredentials(Boolean allowCredentials) Sets the value ofCorsPreflightOptions.getAllowCredentials()CorsPreflightOptions.Builder.allowHeaders(List<String> allowHeaders) Sets the value ofCorsPreflightOptions.getAllowHeaders()CorsPreflightOptions.Builder.allowMethods(List<? extends CorsHttpMethod> allowMethods) Sets the value ofCorsPreflightOptions.getAllowMethods()CorsPreflightOptions.Builder.allowOrigins(List<String> allowOrigins) Sets the value ofCorsPreflightOptions.getAllowOrigins()static CorsPreflightOptions.BuilderCorsPreflightOptions.builder()CorsPreflightOptions.Builder.exposeHeaders(List<String> exposeHeaders) Sets the value ofCorsPreflightOptions.getExposeHeaders()Sets the value ofCorsPreflightOptions.getMaxAge()Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type CorsPreflightOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CorsPreflightOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCorsPreflightOptions.Builder.