Uses of Class
software.amazon.awssdk.services.lambda.model.SendDurableExecutionCallbackSuccessResponse
-
Packages that use SendDurableExecutionCallbackSuccessResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of SendDurableExecutionCallbackSuccessResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return SendDurableExecutionCallbackSuccessResponse Modifier and Type Method Description default SendDurableExecutionCallbackSuccessResponseLambdaClient. sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest)Sends a successful completion response for a callback operation in a durable execution.default SendDurableExecutionCallbackSuccessResponseLambdaClient. sendDurableExecutionCallbackSuccess(SendDurableExecutionCallbackSuccessRequest sendDurableExecutionCallbackSuccessRequest)Sends a successful completion response for a callback operation in a durable execution.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type SendDurableExecutionCallbackSuccessResponse Modifier and Type Method Description default CompletableFuture<SendDurableExecutionCallbackSuccessResponse>LambdaAsyncClient. sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest)Sends a successful completion response for a callback operation in a durable execution.default CompletableFuture<SendDurableExecutionCallbackSuccessResponse>LambdaAsyncClient. sendDurableExecutionCallbackSuccess(SendDurableExecutionCallbackSuccessRequest sendDurableExecutionCallbackSuccessRequest)Sends a successful completion response for a callback operation in a durable execution.
-