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