Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordRightExpression
Packages that use MemoryRecordRightExpression
-
Uses of MemoryRecordRightExpression in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordRightExpressionModifier and TypeMethodDescriptionstatic MemoryRecordRightExpressionMemoryRecordRightExpression.fromMetadataValue(Consumer<MemoryRecordMetadataValue.Builder> metadataValue) Create an instance of this class withmetadataValue()initialized to the given value.static MemoryRecordRightExpressionMemoryRecordRightExpression.fromMetadataValue(MemoryRecordMetadataValue metadataValue) Create an instance of this class withmetadataValue()initialized to the given value.MemoryMetadataFilterExpression.right()The value to compare against.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryRecordRightExpressionModifier and TypeMethodDescriptionMemoryMetadataFilterExpression.Builder.right(MemoryRecordRightExpression right) The value to compare against.