Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionCodeSigningConfigResponse
-
Packages that use PutFunctionCodeSigningConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of PutFunctionCodeSigningConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return PutFunctionCodeSigningConfigResponse Modifier and Type Method Description default PutFunctionCodeSigningConfigResponseLambdaClient. putFunctionCodeSigningConfig(Consumer<PutFunctionCodeSigningConfigRequest.Builder> putFunctionCodeSigningConfigRequest)Update the code signing configuration for the function.default PutFunctionCodeSigningConfigResponseLambdaClient. 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 PutFunctionCodeSigningConfigResponse Modifier and Type Method Description default CompletableFuture<PutFunctionCodeSigningConfigResponse>LambdaAsyncClient. putFunctionCodeSigningConfig(Consumer<PutFunctionCodeSigningConfigRequest.Builder> putFunctionCodeSigningConfigRequest)Update the code signing configuration for the function.default CompletableFuture<PutFunctionCodeSigningConfigResponse>LambdaAsyncClient. putFunctionCodeSigningConfig(PutFunctionCodeSigningConfigRequest putFunctionCodeSigningConfigRequest)Update the code signing configuration for the function.
-