| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default PutRuntimeManagementConfigResponse |
LambdaClient.putRuntimeManagementConfig(Consumer<PutRuntimeManagementConfigRequest.Builder> putRuntimeManagementConfigRequest)
Sets the runtime management configuration for a function's version.
|
default PutRuntimeManagementConfigResponse |
LambdaClient.putRuntimeManagementConfig(PutRuntimeManagementConfigRequest putRuntimeManagementConfigRequest)
Sets the runtime management configuration for a function's version.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutRuntimeManagementConfigResponse> |
LambdaAsyncClient.putRuntimeManagementConfig(Consumer<PutRuntimeManagementConfigRequest.Builder> putRuntimeManagementConfigRequest)
Sets the runtime management configuration for a function's version.
|
default CompletableFuture<PutRuntimeManagementConfigResponse> |
LambdaAsyncClient.putRuntimeManagementConfig(PutRuntimeManagementConfigRequest putRuntimeManagementConfigRequest)
Sets the runtime management configuration for a function's version.
|
Copyright © 2023. All rights reserved.