Uses of Class
software.amazon.awssdk.services.lambda.model.PutFunctionEventInvokeConfigRequest
-
Packages that use PutFunctionEventInvokeConfigRequest Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.transform -
-
Uses of PutFunctionEventInvokeConfigRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type PutFunctionEventInvokeConfigRequest Modifier and Type Method Description default CompletableFuture<PutFunctionEventInvokeConfigResponse>
LambdaAsyncClient. putFunctionEventInvokeConfig(PutFunctionEventInvokeConfigRequest 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. -
Uses of PutFunctionEventInvokeConfigRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type PutFunctionEventInvokeConfigRequest Modifier and Type Method Description SdkHttpFullRequest
PutFunctionEventInvokeConfigRequestMarshaller. marshall(PutFunctionEventInvokeConfigRequest putFunctionEventInvokeConfigRequest)
-