Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MetadataValue
Packages that use MetadataValue
-
Uses of MetadataValue in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MetadataValueModifier and TypeMethodDescriptionstatic MetadataValueMetadataValue.fromStringValue(String stringValue) Create an instance of this class withstringValue()initialized to the given value.final MetadataValueRightExpression.metadataValue()Value associated with the key ineventMetadata.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionfinal Map<String,MetadataValue> CreateEventRequest.metadata()The key-value metadata to attach to the event.final Map<String,MetadataValue> Event.metadata()Metadata associated with an event.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MetadataValueModifier and TypeMethodDescriptionstatic RightExpressionRightExpression.fromMetadataValue(MetadataValue metadataValue) Create an instance of this class withRightExpression.metadataValue()initialized to the given value.RightExpression.Builder.metadataValue(MetadataValue metadataValue) Value associated with the key ineventMetadata.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MetadataValueModifier and TypeMethodDescriptionCreateEventRequest.Builder.metadata(Map<String, MetadataValue> metadata) The key-value metadata to attach to the event.Event.Builder.metadata(Map<String, MetadataValue> metadata) Metadata associated with an event.