Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobFilterOperator
-
Packages that use IngestionJobFilterOperator Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJobFilterOperator in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobFilterOperator Modifier and Type Method Description static IngestionJobFilterOperatorIngestionJobFilterOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestionJobFilterOperatorIngestionJobFilter. operator()The operation to apply to the field or attribute.static IngestionJobFilterOperatorIngestionJobFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionJobFilterOperator[]IngestionJobFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobFilterOperator Modifier and Type Method Description static Set<IngestionJobFilterOperator>IngestionJobFilterOperator. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobFilterOperator Modifier and Type Method Description IngestionJobFilter.BuilderIngestionJobFilter.Builder. operator(IngestionJobFilterOperator operator)The operation to apply to the field or attribute.
-