Uses of Class
software.amazon.awssdk.services.lambda.model.SendDurableExecutionCallbackSuccessResponse
Packages that use SendDurableExecutionCallbackSuccessResponse
-
Uses of SendDurableExecutionCallbackSuccessResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return SendDurableExecutionCallbackSuccessResponseModifier and TypeMethodDescriptionLambdaClient.sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest) Sends a successful completion response for a callback operation in a durable execution.LambdaClient.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 SendDurableExecutionCallbackSuccessResponseModifier and TypeMethodDescriptionLambdaAsyncClient.sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest) Sends a successful completion response for a callback operation in a durable execution.LambdaAsyncClient.sendDurableExecutionCallbackSuccess(SendDurableExecutionCallbackSuccessRequest sendDurableExecutionCallbackSuccessRequest) Sends a successful completion response for a callback operation in a durable execution.