Uses of Interface
software.amazon.awssdk.services.lambda.model.Cors.Builder
Packages that use Cors.Builder
-
Uses of Cors.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return Cors.BuilderModifier and TypeMethodDescriptionCors.Builder.allowCredentials(Boolean allowCredentials) Whether to allow cookies or other credentials in requests to your function URL.Cors.Builder.allowHeaders(String... allowHeaders) The HTTP headers that origins can include in requests to your function URL.Cors.Builder.allowHeaders(Collection<String> allowHeaders) The HTTP headers that origins can include in requests to your function URL.Cors.Builder.allowMethods(String... allowMethods) The HTTP methods that are allowed when calling your function URL.Cors.Builder.allowMethods(Collection<String> allowMethods) The HTTP methods that are allowed when calling your function URL.Cors.Builder.allowOrigins(String... allowOrigins) The origins that can access your function URL.Cors.Builder.allowOrigins(Collection<String> allowOrigins) The origins that can access your function URL.static Cors.BuilderCors.builder()Cors.Builder.exposeHeaders(String... exposeHeaders) The HTTP headers in your function response that you want to expose to origins that call your function URL.Cors.Builder.exposeHeaders(Collection<String> exposeHeaders) The HTTP headers in your function response that you want to expose to origins that call your function URL.The maximum amount of time, in seconds, that web browsers can cache results of a preflight request.Cors.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type Cors.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Cors.Builder>Cors.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type Cors.BuilderModifier and TypeMethodDescriptionCreateFunctionUrlConfigRequest.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.CreateFunctionUrlConfigResponse.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.default FunctionUrlConfig.BuilderFunctionUrlConfig.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.GetFunctionUrlConfigResponse.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.UpdateFunctionUrlConfigRequest.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.UpdateFunctionUrlConfigResponse.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.