Uses of Enum Class
software.amazon.lambda.durable.model.OperationSubType
Packages that use OperationSubType
-
Uses of OperationSubType in software.amazon.lambda.durable.model
Methods in software.amazon.lambda.durable.model that return OperationSubTypeModifier and TypeMethodDescriptionstatic OperationSubTypeReturns the enum constant of this class with the specified name.static OperationSubType[]OperationSubType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperationSubType in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type OperationSubTypeModifierConstructorDescriptionChildContextOperation(String operationId, String name, Function<DurableContext, T> function, OperationSubType subType, TypeToken<T> resultTypeToken, SerDes resultSerDes, DurableContext durableContext)