Uses of Class
software.amazon.awssdk.services.rekognition.model.DatasetChanges
-
Packages that use DatasetChanges Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DatasetChanges in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DatasetChanges Modifier and Type Method Description DatasetChangesUpdateDatasetEntriesRequest. changes()The changes that you want to make to the dataset.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DatasetChanges Modifier and Type Method Description UpdateDatasetEntriesRequest.BuilderUpdateDatasetEntriesRequest.Builder. changes(DatasetChanges changes)The changes that you want to make to the dataset.
-