Uses of Class
software.amazon.awssdk.services.frauddetector.model.Label
-
Packages that use Label Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of Label in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type Label Modifier and Type Method Description List<Label>GetLabelsResponse. labels()An array of labels.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type Label Modifier and Type Method Description GetLabelsResponse.BuilderGetLabelsResponse.Builder. labels(Label... labels)An array of labels.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type Label Modifier and Type Method Description GetLabelsResponse.BuilderGetLabelsResponse.Builder. labels(Collection<Label> labels)An array of labels.
-