Uses of Class
software.amazon.awssdk.services.voiceid.model.Fraudster
-
Packages that use Fraudster Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of Fraudster in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return Fraudster Modifier and Type Method Description FraudsterAssociateFraudsterResponse. fraudster()Returns the value of the Fraudster property for this object.FraudsterDescribeFraudsterResponse. fraudster()Information about the specified fraudster.FraudsterDisassociateFraudsterResponse. fraudster()Returns the value of the Fraudster property for this object.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type Fraudster Modifier and Type Method Description AssociateFraudsterResponse.BuilderAssociateFraudsterResponse.Builder. fraudster(Fraudster fraudster)Sets the value of the Fraudster property for this object.DescribeFraudsterResponse.BuilderDescribeFraudsterResponse.Builder. fraudster(Fraudster fraudster)Information about the specified fraudster.DisassociateFraudsterResponse.BuilderDisassociateFraudsterResponse.Builder. fraudster(Fraudster fraudster)Sets the value of the Fraudster property for this object.
-