Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.IngestionJobFilterAttribute
Packages that use IngestionJobFilterAttribute
-
Uses of IngestionJobFilterAttribute in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobFilterAttributeModifier and TypeMethodDescriptionIngestionJobFilter.attribute()The name of field or attribute to apply the filter.static IngestionJobFilterAttributeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static IngestionJobFilterAttributeReturns the enum constant of this type with the specified name.static IngestionJobFilterAttribute[]IngestionJobFilterAttribute.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 IngestionJobFilterAttributeModifier and TypeMethodDescriptionstatic Set<IngestionJobFilterAttribute>IngestionJobFilterAttribute.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobFilterAttributeModifier and TypeMethodDescriptionIngestionJobFilter.Builder.attribute(IngestionJobFilterAttribute attribute) The name of field or attribute to apply the filter.