| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default PutFunctionEventInvokeConfigResponse |
LambdaClient.putFunctionEventInvokeConfig(Consumer<PutFunctionEventInvokeConfigRequest.Builder> putFunctionEventInvokeConfigRequest)
Configures options for asynchronous
invocation on a function, version, or alias.
|
default PutFunctionEventInvokeConfigResponse |
LambdaClient.putFunctionEventInvokeConfig(PutFunctionEventInvokeConfigRequest putFunctionEventInvokeConfigRequest)
Configures options for asynchronous
invocation on a function, version, or alias.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.putFunctionEventInvokeConfig(Consumer<PutFunctionEventInvokeConfigRequest.Builder> putFunctionEventInvokeConfigRequest)
Configures options for asynchronous
invocation on a function, version, or alias.
|
default CompletableFuture<PutFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.putFunctionEventInvokeConfig(PutFunctionEventInvokeConfigRequest putFunctionEventInvokeConfigRequest)
Configures options for asynchronous
invocation on a function, version, or alias.
|
Copyright © 2022. All rights reserved.