Uses of Class
software.amazon.awssdk.services.lambda.model.StopDurableExecutionResponse
-
Packages that use StopDurableExecutionResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of StopDurableExecutionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return StopDurableExecutionResponse Modifier and Type Method Description default StopDurableExecutionResponseLambdaClient. stopDurableExecution(Consumer<StopDurableExecutionRequest.Builder> stopDurableExecutionRequest)Stops a running durable execution.default StopDurableExecutionResponseLambdaClient. stopDurableExecution(StopDurableExecutionRequest stopDurableExecutionRequest)Stops a running durable execution.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type StopDurableExecutionResponse Modifier and Type Method Description default CompletableFuture<StopDurableExecutionResponse>LambdaAsyncClient. stopDurableExecution(Consumer<StopDurableExecutionRequest.Builder> stopDurableExecutionRequest)Stops a running durable execution.default CompletableFuture<StopDurableExecutionResponse>LambdaAsyncClient. stopDurableExecution(StopDurableExecutionRequest stopDurableExecutionRequest)Stops a running durable execution.
-