Uses of Class
software.amazon.awssdk.services.sagemaker.model.ImageVersionSortBy
-
Packages that use ImageVersionSortBy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ImageVersionSortBy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ImageVersionSortBy Modifier and Type Method Description static ImageVersionSortByImageVersionSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageVersionSortByListImageVersionsRequest. sortBy()The property used to sort results.static ImageVersionSortByImageVersionSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageVersionSortBy[]ImageVersionSortBy. 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 ImageVersionSortBy Modifier and Type Method Description static Set<ImageVersionSortBy>ImageVersionSortBy. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ImageVersionSortBy Modifier and Type Method Description ListImageVersionsRequest.BuilderListImageVersionsRequest.Builder. sortBy(ImageVersionSortBy sortBy)The property used to sort results.
-