Uses of Class
software.amazon.awssdk.services.lambda.model.EventResult
Packages that use EventResult
-
Uses of EventResult in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventResultModifier and TypeMethodDescriptionfinal EventResultCallbackSucceededDetails.result()The response payload from the successful operation.final EventResultChainedInvokeSucceededDetails.result()The response payload from the successful operation.final EventResultContextSucceededDetails.result()The JSON response payload from the successful context.final EventResultExecutionSucceededDetails.result()The response payload from the successful operation.final EventResultStepSucceededDetails.result()The response payload from the successful operation.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventResultModifier and TypeMethodDescriptionCallbackSucceededDetails.Builder.result(EventResult result) The response payload from the successful operation.ChainedInvokeSucceededDetails.Builder.result(EventResult result) The response payload from the successful operation.ContextSucceededDetails.Builder.result(EventResult result) The JSON response payload from the successful context.ExecutionSucceededDetails.Builder.result(EventResult result) The response payload from the successful operation.StepSucceededDetails.Builder.result(EventResult result) The response payload from the successful operation.