Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionCodeSigningConfigResponse
Packages that use PutFunctionCodeSigningConfigResponse
-
Uses of PutFunctionCodeSigningConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return PutFunctionCodeSigningConfigResponseModifier and TypeMethodDescriptionLambdaClient.putFunctionCodeSigningConfig(Consumer<PutFunctionCodeSigningConfigRequest.Builder> putFunctionCodeSigningConfigRequest) Update the code signing configuration for the function.LambdaClient.putFunctionCodeSigningConfig(PutFunctionCodeSigningConfigRequest putFunctionCodeSigningConfigRequest) Update the code signing configuration for the function.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type PutFunctionCodeSigningConfigResponseModifier and TypeMethodDescriptionLambdaAsyncClient.putFunctionCodeSigningConfig(Consumer<PutFunctionCodeSigningConfigRequest.Builder> putFunctionCodeSigningConfigRequest) Update the code signing configuration for the function.LambdaAsyncClient.putFunctionCodeSigningConfig(PutFunctionCodeSigningConfigRequest putFunctionCodeSigningConfigRequest) Update the code signing configuration for the function.