Uses of Interface
software.amazon.awssdk.services.lambda.model.UpdateFunctionUrlConfigRequest.Builder
Packages that use UpdateFunctionUrlConfigRequest.Builder
Package
Description
-
Uses of UpdateFunctionUrlConfigRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type UpdateFunctionUrlConfigRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.updateFunctionUrlConfig(Consumer<UpdateFunctionUrlConfigRequest.Builder> updateFunctionUrlConfigRequest) Updates the configuration for a Lambda function URL.default UpdateFunctionUrlConfigResponseLambdaClient.updateFunctionUrlConfig(Consumer<UpdateFunctionUrlConfigRequest.Builder> updateFunctionUrlConfigRequest) Updates the configuration for a Lambda function URL. -
Uses of UpdateFunctionUrlConfigRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return UpdateFunctionUrlConfigRequest.BuilderModifier and TypeMethodDescriptionThe type of authentication that your function URL uses.UpdateFunctionUrlConfigRequest.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.UpdateFunctionUrlConfigRequest.builder()UpdateFunctionUrlConfigRequest.Builder.cors(Consumer<Cors.Builder> cors) The cross-origin resource sharing (CORS) settings for your function URL.The cross-origin resource sharing (CORS) settings for your function URL.UpdateFunctionUrlConfigRequest.Builder.functionName(String functionName) The name or ARN of the Lambda function.UpdateFunctionUrlConfigRequest.Builder.invokeMode(String invokeMode) Use one of the following options:UpdateFunctionUrlConfigRequest.Builder.invokeMode(InvokeMode invokeMode) Use one of the following options:UpdateFunctionUrlConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateFunctionUrlConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The alias name.UpdateFunctionUrlConfigRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type UpdateFunctionUrlConfigRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateFunctionUrlConfigRequest.Builder>UpdateFunctionUrlConfigRequest.serializableBuilderClass()