Uses of Record Class
software.amazon.lambda.durable.plugin.OperationChangeItemInfo
Packages that use OperationChangeItemInfo
-
Uses of OperationChangeItemInfo in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return types with arguments of type OperationChangeItemInfoModifier and TypeMethodDescriptionOperationChangeInfo.operations()Deprecated.Returns the value of theoperationsrecord component.OperationChangeInfo.updatedOperations()Deprecated.Returns the value of theupdatedOperationsrecord component.Constructor parameters in software.amazon.lambda.durable.plugin with type arguments of type OperationChangeItemInfoModifierConstructorDescriptionOperationChangeInfo(String requestId, String durableExecutionArn, Map<String, OperationChangeItemInfo> updatedOperations, Map<String, OperationChangeItemInfo> operations) Deprecated.Creates an instance of aOperationChangeInforecord class.