Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateCodeSigningConfigResponse
Packages that use UpdateCodeSigningConfigResponse
-
Uses of UpdateCodeSigningConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateCodeSigningConfigResponseModifier and TypeMethodDescriptiondefault UpdateCodeSigningConfigResponseLambdaClient.updateCodeSigningConfig(Consumer<UpdateCodeSigningConfigRequest.Builder> updateCodeSigningConfigRequest) Update the code signing configuration.default UpdateCodeSigningConfigResponseLambdaClient.updateCodeSigningConfig(UpdateCodeSigningConfigRequest updateCodeSigningConfigRequest) Update the code signing configuration.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateCodeSigningConfigResponseModifier and TypeMethodDescriptionLambdaAsyncClient.updateCodeSigningConfig(Consumer<UpdateCodeSigningConfigRequest.Builder> updateCodeSigningConfigRequest) Update the code signing configuration.LambdaAsyncClient.updateCodeSigningConfig(UpdateCodeSigningConfigRequest updateCodeSigningConfigRequest) Update the code signing configuration.