Uses of Class
software.amazon.awssdk.services.sagemaker.model.HubSortBy
-
Packages that use HubSortBy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubSortBy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HubSortBy Modifier and Type Method Description static HubSortByHubSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HubSortByListHubsRequest. sortBy()Sort hubs by either name or creation time.static HubSortByHubSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static HubSortBy[]HubSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HubSortBy Modifier and Type Method Description static Set<HubSortBy>HubSortBy. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HubSortBy Modifier and Type Method Description ListHubsRequest.BuilderListHubsRequest.Builder. sortBy(HubSortBy sortBy)Sort hubs by either name or creation time.
-