Uses of Interface
software.amazon.awssdk.services.lambda.model.StopDurableExecutionRequest.Builder
Packages that use StopDurableExecutionRequest.Builder
Package
Description
-
Uses of StopDurableExecutionRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type StopDurableExecutionRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.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.BuilderModifier and TypeMethodDescriptionStopDurableExecutionRequest.builder()StopDurableExecutionRequest.Builder.durableExecutionArn(String durableExecutionArn) The Amazon Resource Name (ARN) of the durable execution.StopDurableExecutionRequest.Builder.error(Consumer<ErrorObject.Builder> error) Optional error details explaining why the execution is being stopped.StopDurableExecutionRequest.Builder.error(ErrorObject error) Optional error details explaining why the execution is being stopped.StopDurableExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopDurableExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopDurableExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type StopDurableExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopDurableExecutionRequest.Builder>StopDurableExecutionRequest.serializableBuilderClass()