| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteFunctionConcurrencyResponse |
LambdaClient.deleteFunctionConcurrency(Consumer<DeleteFunctionConcurrencyRequest.Builder> deleteFunctionConcurrencyRequest)
Removes a concurrent execution limit from a function.
|
default DeleteFunctionConcurrencyResponse |
LambdaClient.deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest deleteFunctionConcurrencyRequest)
Removes a concurrent execution limit from a function.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteFunctionConcurrencyResponse> |
LambdaAsyncClient.deleteFunctionConcurrency(Consumer<DeleteFunctionConcurrencyRequest.Builder> deleteFunctionConcurrencyRequest)
Removes a concurrent execution limit from a function.
|
default CompletableFuture<DeleteFunctionConcurrencyResponse> |
LambdaAsyncClient.deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest deleteFunctionConcurrencyRequest)
Removes a concurrent execution limit from a function.
|
Copyright © 2019. All rights reserved.