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 TypeMethodDescriptionInvocationEndInfo.operations()Returns the value of theoperationsrecord component.InvocationInfo.operations()Returns the value of theoperationsrecord component.OperationChangeInfo.operations()Returns the value of theoperationsrecord component.static Map<String,OperationChangeItemInfo> PluginInfoConverter.toOperationItemMap(Collection<software.amazon.awssdk.services.lambda.model.Operation> operations, Set<String> initialOperationIds) Converts durable operations to an unmodifiable map ofOperationChangeItemInfo, keyed by operation ID.InvocationInfo.updatedOperations()Returns the value of theupdatedOperationsrecord component.OperationChangeInfo.updatedOperations()Returns the value of theupdatedOperationsrecord component.Constructor parameters in software.amazon.lambda.durable.plugin with type arguments of type OperationChangeItemInfoModifierConstructorDescriptionInvocationEndInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, Instant executionStartTime, Map<String, OperationChangeItemInfo> operations, InvocationStatus invocationStatus, Throwable executionError, Object executionInput, Object executionResult) Creates an instance of aInvocationEndInforecord class.InvocationInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, Instant executionStartTime, Object executionInput, Map<String, OperationChangeItemInfo> operations, Map<String, OperationChangeItemInfo> updatedOperations) Creates an instance of aInvocationInforecord class.InvocationInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, Instant executionStartTime, Map<String, OperationChangeItemInfo> operations, Map<String, OperationChangeItemInfo> updatedOperations) Creates invocation information without an execution input.OperationChangeInfo(String requestId, String durableExecutionArn, Map<String, OperationChangeItemInfo> updatedOperations, Map<String, OperationChangeItemInfo> operations) Creates an instance of aOperationChangeInforecord class.