Uses of Class
software.amazon.awssdk.services.lambda.model.UpdateCodeSigningConfigResponse
-
Packages that use UpdateCodeSigningConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of UpdateCodeSigningConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return UpdateCodeSigningConfigResponse Modifier and Type Method Description default UpdateCodeSigningConfigResponse
LambdaClient. updateCodeSigningConfig(Consumer<UpdateCodeSigningConfigRequest.Builder> updateCodeSigningConfigRequest)
Update the code signing configuration.default UpdateCodeSigningConfigResponse
LambdaClient. updateCodeSigningConfig(UpdateCodeSigningConfigRequest updateCodeSigningConfigRequest)
Update the code signing configuration.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type UpdateCodeSigningConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateCodeSigningConfigResponse>
LambdaAsyncClient. updateCodeSigningConfig(Consumer<UpdateCodeSigningConfigRequest.Builder> updateCodeSigningConfigRequest)
Update the code signing configuration.default CompletableFuture<UpdateCodeSigningConfigResponse>
LambdaAsyncClient. updateCodeSigningConfig(UpdateCodeSigningConfigRequest updateCodeSigningConfigRequest)
Update the code signing configuration.
-