Uses of Class
software.amazon.awssdk.services.lambda.model.CallbackStartedDetails
-
Packages that use CallbackStartedDetails Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of CallbackStartedDetails in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CallbackStartedDetails Modifier and Type Method Description CallbackStartedDetailsEvent. callbackStartedDetails()Returns the value of the CallbackStartedDetails property for this object.Methods in software.amazon.awssdk.services.lambda.model with parameters of type CallbackStartedDetails Modifier and Type Method Description Event.BuilderEvent.Builder. callbackStartedDetails(CallbackStartedDetails callbackStartedDetails)Sets the value of the CallbackStartedDetails property for this object.
-