| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateFunctionEventInvokeConfigResponse |
LambdaClient.updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.
|
default UpdateFunctionEventInvokeConfigResponse |
LambdaClient.updateFunctionEventInvokeConfig(UpdateFunctionEventInvokeConfigRequest updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.updateFunctionEventInvokeConfig(Consumer<UpdateFunctionEventInvokeConfigRequest.Builder> updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.
|
default CompletableFuture<UpdateFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.updateFunctionEventInvokeConfig(UpdateFunctionEventInvokeConfigRequest updateFunctionEventInvokeConfigRequest)
Updates the configuration for asynchronous invocation for a function, version, or alias.
|
Copyright © 2020. All rights reserved.