| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| software.amazon.awssdk.services.lambda.model |
| 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 CompletableFuture<GetFunctionEventInvokeConfigResponse> |
LambdaAsyncClient.getFunctionEventInvokeConfig(Consumer<GetFunctionEventInvokeConfigRequest.Builder> getFunctionEventInvokeConfigRequest)
Retrieves the configuration for asynchronous invocation for a function, version, or alias.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFunctionEventInvokeConfigRequest.Builder> |
GetFunctionEventInvokeConfigRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.