Uses of Interface
software.amazon.awssdk.services.lambda.model.StopDurableExecutionRequest.Builder
-
Packages that use StopDurableExecutionRequest.Builder Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.model -
-
Uses of StopDurableExecutionRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type StopDurableExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopDurableExecutionResponse>LambdaAsyncClient. stopDurableExecution(Consumer<StopDurableExecutionRequest.Builder> stopDurableExecutionRequest)Stops a running durable execution.default StopDurableExecutionResponseLambdaClient. stopDurableExecution(Consumer<StopDurableExecutionRequest.Builder> stopDurableExecutionRequest)Stops a running durable execution. -
Uses of StopDurableExecutionRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return StopDurableExecutionRequest.Builder Modifier and Type Method Description static StopDurableExecutionRequest.BuilderStopDurableExecutionRequest. builder()StopDurableExecutionRequest.BuilderStopDurableExecutionRequest.Builder. durableExecutionArn(String durableExecutionArn)The Amazon Resource Name (ARN) of the durable execution.default StopDurableExecutionRequest.BuilderStopDurableExecutionRequest.Builder. error(Consumer<ErrorObject.Builder> error)Optional error details explaining why the execution is being stopped.StopDurableExecutionRequest.BuilderStopDurableExecutionRequest.Builder. error(ErrorObject error)Optional error details explaining why the execution is being stopped.StopDurableExecutionRequest.BuilderStopDurableExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDurableExecutionRequest.BuilderStopDurableExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopDurableExecutionRequest.BuilderStopDurableExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type StopDurableExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StopDurableExecutionRequest.Builder>StopDurableExecutionRequest. serializableBuilderClass()
-