Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobSortByAttribute
-
Packages that use IngestionJobSortByAttribute Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJobSortByAttribute in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobSortByAttribute Modifier and Type Method Description IngestionJobSortByAttributeIngestionJobSortBy. attribute()Returns the value of the Attribute property for this object.static IngestionJobSortByAttributeIngestionJobSortByAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IngestionJobSortByAttributeIngestionJobSortByAttribute. valueOf(String name)Returns 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 IngestionJobSortByAttribute Modifier and Type Method Description static Set<IngestionJobSortByAttribute>IngestionJobSortByAttribute. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobSortByAttribute Modifier and Type Method Description IngestionJobSortBy.BuilderIngestionJobSortBy.Builder. attribute(IngestionJobSortByAttribute attribute)Sets the value of the Attribute property for this object.
-