Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.EventFilterCondition
Packages that use EventFilterCondition
-
Uses of EventFilterCondition in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EventFilterConditionModifier and TypeMethodDescriptionfinal EventFilterConditionSessionFilter.eventFilter()The event filter condition to apply.static EventFilterConditionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventFilterConditionReturns the enum constant of this type with the specified name.static EventFilterCondition[]EventFilterCondition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type EventFilterConditionModifier and TypeMethodDescriptionstatic Set<EventFilterCondition>EventFilterCondition.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type EventFilterConditionModifier and TypeMethodDescriptionSessionFilter.Builder.eventFilter(EventFilterCondition eventFilter) The event filter condition to apply.