Uses of Class
software.amazon.awscdk.services.apigateway.CorsOptions.Builder
Packages that use CorsOptions.Builder
-
Uses of CorsOptions.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CorsOptions.BuilderModifier and TypeMethodDescriptionCorsOptions.Builder.allowCredentials
(Boolean allowCredentials) Sets the value ofCorsOptions.getAllowCredentials()
CorsOptions.Builder.allowHeaders
(List<String> allowHeaders) Sets the value ofCorsOptions.getAllowHeaders()
CorsOptions.Builder.allowMethods
(List<String> allowMethods) Sets the value ofCorsOptions.getAllowMethods()
CorsOptions.Builder.allowOrigins
(List<String> allowOrigins) Sets the value ofCorsOptions.getAllowOrigins()
static CorsOptions.Builder
CorsOptions.builder()
CorsOptions.Builder.disableCache
(Boolean disableCache) Sets the value ofCorsOptions.getDisableCache()
CorsOptions.Builder.exposeHeaders
(List<String> exposeHeaders) Sets the value ofCorsOptions.getExposeHeaders()
Sets the value ofCorsOptions.getMaxAge()
CorsOptions.Builder.statusCode
(Number statusCode) Sets the value ofCorsOptions.getStatusCode()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type CorsOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CorsOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCorsOptions.Builder
.