Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateFunctionConfigurationResponse
-
Packages that use UpdateFunctionConfigurationResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of UpdateFunctionConfigurationResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateFunctionConfigurationResponse Modifier and Type Method Description default UpdateFunctionConfigurationResponseLambdaClient. updateFunctionConfiguration(Consumer<UpdateFunctionConfigurationRequest.Builder> updateFunctionConfigurationRequest)Modify the version-specific settings of a Lambda function.default UpdateFunctionConfigurationResponseLambdaClient. updateFunctionConfiguration(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest)Modify the version-specific settings of a Lambda function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateFunctionConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateFunctionConfigurationResponse>LambdaAsyncClient. updateFunctionConfiguration(Consumer<UpdateFunctionConfigurationRequest.Builder> updateFunctionConfigurationRequest)Modify the version-specific settings of a Lambda function.default CompletableFuture<UpdateFunctionConfigurationResponse>LambdaAsyncClient. updateFunctionConfiguration(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest)Modify the version-specific settings of a Lambda function.
-