Uses of Class
software.amazon.awssdk.services.swf.model.LambdaFunctionScheduledEventAttributes
-
Packages that use LambdaFunctionScheduledEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of LambdaFunctionScheduledEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return LambdaFunctionScheduledEventAttributes Modifier and Type Method Description LambdaFunctionScheduledEventAttributes
HistoryEvent. lambdaFunctionScheduledEventAttributes()
Provides the details of theLambdaFunctionScheduled
event.Methods in software.amazon.awssdk.services.swf.model with parameters of type LambdaFunctionScheduledEventAttributes Modifier and Type Method Description HistoryEvent.Builder
HistoryEvent.Builder. lambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes)
Provides the details of theLambdaFunctionScheduled
event.
-