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