Uses of Class
software.amazon.awssdk.services.lambda.model.StopDurableExecutionResponse
Packages that use StopDurableExecutionResponse
-
Uses of StopDurableExecutionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return StopDurableExecutionResponseModifier and TypeMethodDescriptiondefault 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 StopDurableExecutionResponseModifier and TypeMethodDescriptionLambdaAsyncClient.stopDurableExecution(Consumer<StopDurableExecutionRequest.Builder> stopDurableExecutionRequest) Stops a running durable execution.LambdaAsyncClient.stopDurableExecution(StopDurableExecutionRequest stopDurableExecutionRequest) Stops a running durable execution.