Uses of Class
software.amazon.awssdk.services.lambda.model.SendDurableExecutionCallbackSuccessRequest
-
Packages that use SendDurableExecutionCallbackSuccessRequest Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.transform -
-
Uses of SendDurableExecutionCallbackSuccessRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type SendDurableExecutionCallbackSuccessRequest Modifier and Type Method Description default CompletableFuture<SendDurableExecutionCallbackSuccessResponse>LambdaAsyncClient. sendDurableExecutionCallbackSuccess(SendDurableExecutionCallbackSuccessRequest 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. -
Uses of SendDurableExecutionCallbackSuccessRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type SendDurableExecutionCallbackSuccessRequest Modifier and Type Method Description SdkHttpFullRequestSendDurableExecutionCallbackSuccessRequestMarshaller. marshall(SendDurableExecutionCallbackSuccessRequest sendDurableExecutionCallbackSuccessRequest)
-