| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default GetFunctionEventInvokeConfigResponse |
LambdaClient.getFunctionEventInvokeConfig(Consumer<GetFunctionEventInvokeConfigRequest.Builder> getFunctionEventInvokeConfigRequest)
Retrieves the configuration for asynchronous invocation for a function, version, or alias.
|
default GetFunctionEventInvokeConfigResponse |
LambdaClient.getFunctionEventInvokeConfig(GetFunctionEventInvokeConfigRequest getFunctionEventInvokeConfigRequest)
Retrieves the configuration for asynchronous invocation for a function, version, or alias.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.getFunctionEventInvokeConfig(Consumer<GetFunctionEventInvokeConfigRequest.Builder> getFunctionEventInvokeConfigRequest)
Retrieves the configuration for asynchronous invocation for a function, version, or alias.
|
default CompletableFuture<GetFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.getFunctionEventInvokeConfig(GetFunctionEventInvokeConfigRequest getFunctionEventInvokeConfigRequest)
Retrieves the configuration for asynchronous invocation for a function, version, or alias.
|
Copyright © 2021. All rights reserved.