Uses of Class
software.amazon.awssdk.services.lambda.model.CallbackOptions
-
Packages that use CallbackOptions Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of CallbackOptions in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CallbackOptions Modifier and Type Method Description CallbackOptionsOperationUpdate. callbackOptions()Returns the value of the CallbackOptions property for this object.Methods in software.amazon.awssdk.services.lambda.model with parameters of type CallbackOptions Modifier and Type Method Description OperationUpdate.BuilderOperationUpdate.Builder. callbackOptions(CallbackOptions callbackOptions)Sets the value of the CallbackOptions property for this object.
-