Uses of Class
software.amazon.awssdk.services.glue.model.TransformSortCriteria
-
Packages that use TransformSortCriteria Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TransformSortCriteria in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TransformSortCriteria Modifier and Type Method Description TransformSortCriteriaGetMlTransformsRequest. sort()The sorting criteria.TransformSortCriteriaListMlTransformsRequest. sort()ATransformSortCriteriaused to sort the machine learning transforms.Methods in software.amazon.awssdk.services.glue.model with parameters of type TransformSortCriteria Modifier and Type Method Description GetMlTransformsRequest.BuilderGetMlTransformsRequest.Builder. sort(TransformSortCriteria sort)The sorting criteria.ListMlTransformsRequest.BuilderListMlTransformsRequest.Builder. sort(TransformSortCriteria sort)ATransformSortCriteriaused to sort the machine learning transforms.
-