Uses of Class
software.amazon.awssdk.services.sfn.model.LambdaFunctionScheduledEventDetails
-
Packages that use LambdaFunctionScheduledEventDetails Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of LambdaFunctionScheduledEventDetails in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return LambdaFunctionScheduledEventDetails Modifier and Type Method Description LambdaFunctionScheduledEventDetailsHistoryEvent. lambdaFunctionScheduledEventDetails()Returns the value of the LambdaFunctionScheduledEventDetails property for this object.Methods in software.amazon.awssdk.services.sfn.model with parameters of type LambdaFunctionScheduledEventDetails Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. lambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)Sets the value of the LambdaFunctionScheduledEventDetails property for this object.
-