Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateFunctionUrlConfigResponse
-
Packages that use UpdateFunctionUrlConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of UpdateFunctionUrlConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateFunctionUrlConfigResponse Modifier and Type Method Description default UpdateFunctionUrlConfigResponseLambdaClient. updateFunctionUrlConfig(Consumer<UpdateFunctionUrlConfigRequest.Builder> updateFunctionUrlConfigRequest)Updates the configuration for a Lambda function URL.default UpdateFunctionUrlConfigResponseLambdaClient. updateFunctionUrlConfig(UpdateFunctionUrlConfigRequest updateFunctionUrlConfigRequest)Updates the configuration for a Lambda function URL.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateFunctionUrlConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateFunctionUrlConfigResponse>LambdaAsyncClient. updateFunctionUrlConfig(Consumer<UpdateFunctionUrlConfigRequest.Builder> updateFunctionUrlConfigRequest)Updates the configuration for a Lambda function URL.default CompletableFuture<UpdateFunctionUrlConfigResponse>LambdaAsyncClient. updateFunctionUrlConfig(UpdateFunctionUrlConfigRequest updateFunctionUrlConfigRequest)Updates the configuration for a Lambda function URL.
-