Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
ListFunctionEventInvokeConfigsResult |
AWSLambdaClient.listFunctionEventInvokeConfigs(ListFunctionEventInvokeConfigsRequest request)
Retrieves a list of configurations for asynchronous invocation for a function.
|
ListFunctionEventInvokeConfigsResult |
AWSLambda.listFunctionEventInvokeConfigs(ListFunctionEventInvokeConfigsRequest listFunctionEventInvokeConfigsRequest)
Retrieves a list of configurations for asynchronous invocation for a function.
|
ListFunctionEventInvokeConfigsResult |
AbstractAWSLambda.listFunctionEventInvokeConfigs(ListFunctionEventInvokeConfigsRequest request) |
Modifier and Type | Method and Description |
---|---|
ListFunctionEventInvokeConfigsResult |
ListFunctionEventInvokeConfigsResult.clone() |
ListFunctionEventInvokeConfigsResult |
ListFunctionEventInvokeConfigsResult.withFunctionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs)
A list of configurations.
|
ListFunctionEventInvokeConfigsResult |
ListFunctionEventInvokeConfigsResult.withFunctionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs)
A list of configurations.
|
ListFunctionEventInvokeConfigsResult |
ListFunctionEventInvokeConfigsResult.withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
Copyright © 2023. All rights reserved.