Uses of Class
software.amazon.awssdk.services.bedrock.model.SortOrder
-
Packages that use SortOrder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of SortOrder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortOrderListCustomModelsRequest. sortOrder()The sort order of the results.SortOrderListEvaluationJobsRequest. sortOrder()Specifies whether to sort the list of evaluation jobs by either ascending or descending order.SortOrderListImportedModelsRequest. sortOrder()Specifies whetehr to sort the results in ascending or descending order.SortOrderListModelCopyJobsRequest. sortOrder()Specifies whether to sort the results in ascending or descending order.SortOrderListModelCustomizationJobsRequest. sortOrder()The sort order of the results.SortOrderListModelImportJobsRequest. sortOrder()Specifies whether to sort the results in ascending or descending order.SortOrderListModelInvocationJobsRequest. sortOrder()Specifies whether to sort the results by ascending or descending order.SortOrderListProvisionedModelThroughputsRequest. sortOrder()The sort order of the results.static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type SortOrder Modifier and Type Method Description static Set<SortOrder>SortOrder. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type SortOrder Modifier and Type Method Description ListCustomModelsRequest.BuilderListCustomModelsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order of the results.ListEvaluationJobsRequest.BuilderListEvaluationJobsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies whether to sort the list of evaluation jobs by either ascending or descending order.ListImportedModelsRequest.BuilderListImportedModelsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies whetehr to sort the results in ascending or descending order.ListModelCopyJobsRequest.BuilderListModelCopyJobsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies whether to sort the results in ascending or descending order.ListModelCustomizationJobsRequest.BuilderListModelCustomizationJobsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order of the results.ListModelImportJobsRequest.BuilderListModelImportJobsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies whether to sort the results in ascending or descending order.ListModelInvocationJobsRequest.BuilderListModelInvocationJobsRequest.Builder. sortOrder(SortOrder sortOrder)Specifies whether to sort the results by ascending or descending order.ListProvisionedModelThroughputsRequest.BuilderListProvisionedModelThroughputsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order of the results.
-