Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.FilterValue
Packages that use FilterValue
-
Uses of FilterValue in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return FilterValueModifier and TypeMethodDescriptionstatic FilterValueFilterValue.fromBooleanValue(Boolean booleanValue) Create an instance of this class withbooleanValue()initialized to the given value.static FilterValueFilterValue.fromDoubleValue(Double doubleValue) Create an instance of this class withdoubleValue()initialized to the given value.static FilterValueFilterValue.fromStringValue(String stringValue) Create an instance of this class withstringValue()initialized to the given value.final FilterValueCloudWatchLogsFilter.value()The value to compare against using the specified operator.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type FilterValueModifier and TypeMethodDescriptionCloudWatchLogsFilter.Builder.value(FilterValue value) The value to compare against using the specified operator.