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