| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default PutFunctionCodeSigningConfigResponse |
LambdaClient.putFunctionCodeSigningConfig(Consumer<PutFunctionCodeSigningConfigRequest.Builder> putFunctionCodeSigningConfigRequest)
Update the code signing configuration for the function.
|
default PutFunctionCodeSigningConfigResponse |
LambdaClient.putFunctionCodeSigningConfig(PutFunctionCodeSigningConfigRequest putFunctionCodeSigningConfigRequest)
Update the code signing configuration for the function.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.