Uses of Interface
software.amazon.awssdk.services.lambda.model.SendDurableExecutionCallbackSuccessRequest.Builder
Packages that use SendDurableExecutionCallbackSuccessRequest.Builder
Package
Description
-
Uses of SendDurableExecutionCallbackSuccessRequest.Builder in software.amazon.awssdk.services.lambda
Method parameters in software.amazon.awssdk.services.lambda with type arguments of type SendDurableExecutionCallbackSuccessRequest.BuilderModifier and TypeMethodDescriptionLambdaAsyncClient.sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest) Sends a successful completion response for a callback operation in a durable execution.LambdaClient.sendDurableExecutionCallbackSuccess(Consumer<SendDurableExecutionCallbackSuccessRequest.Builder> sendDurableExecutionCallbackSuccessRequest) Sends a successful completion response for a callback operation in a durable execution. -
Uses of SendDurableExecutionCallbackSuccessRequest.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SendDurableExecutionCallbackSuccessRequest.BuilderModifier and TypeMethodDescriptionSendDurableExecutionCallbackSuccessRequest.builder()SendDurableExecutionCallbackSuccessRequest.Builder.callbackId(String callbackId) The unique identifier for the callback operation.SendDurableExecutionCallbackSuccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendDurableExecutionCallbackSuccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The result data from the successful callback operation.SendDurableExecutionCallbackSuccessRequest.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type SendDurableExecutionCallbackSuccessRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendDurableExecutionCallbackSuccessRequest.Builder>SendDurableExecutionCallbackSuccessRequest.serializableBuilderClass()