Uses of Interface
software.amazon.awssdk.services.lambda.model.SendDurableExecutionCallbackSuccessRequest.Builder
-
Packages that use SendDurableExecutionCallbackSuccessRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of SendDurableExecutionCallbackSuccessRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type SendDurableExecutionCallbackSuccessRequest.Builder 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 SendDurableExecutionCallbackSuccessResponseLambdaClient. sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest)Sends a successful completion response for a callback operation in a durable execution. -
Uses of SendDurableExecutionCallbackSuccessRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type SendDurableExecutionCallbackSuccessRequest.Builder Modifier and Type Method Description static Class<? extends SendDurableExecutionCallbackSuccessRequest.Builder>SendDurableExecutionCallbackSuccessRequest. serializableBuilderClass()
-