Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RightExpression
Packages that use RightExpression
-
Uses of RightExpression in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RightExpressionModifier and TypeMethodDescriptionstatic RightExpressionRightExpression.fromMetadataValue(Consumer<MetadataValue.Builder> metadataValue) Create an instance of this class withmetadataValue()initialized to the given value.static RightExpressionRightExpression.fromMetadataValue(MetadataValue metadataValue) Create an instance of this class withmetadataValue()initialized to the given value.final RightExpressionEventMetadataFilterExpression.right()Right operand of the event metadata filter expression.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RightExpressionModifier and TypeMethodDescriptionEventMetadataFilterExpression.Builder.right(RightExpression right) Right operand of the event metadata filter expression.