Uses of Interface
software.amazon.awssdk.services.voiceid.model.AssociateFraudsterResponse.Builder
-
Packages that use AssociateFraudsterResponse.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of AssociateFraudsterResponse.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return AssociateFraudsterResponse.Builder Modifier and Type Method Description static AssociateFraudsterResponse.BuilderAssociateFraudsterResponse. builder()default AssociateFraudsterResponse.BuilderAssociateFraudsterResponse.Builder. fraudster(Consumer<Fraudster.Builder> fraudster)Sets the value of the Fraudster property for this object.AssociateFraudsterResponse.BuilderAssociateFraudsterResponse.Builder. fraudster(Fraudster fraudster)Sets the value of the Fraudster property for this object.AssociateFraudsterResponse.BuilderAssociateFraudsterResponse. toBuilder()Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type AssociateFraudsterResponse.Builder Modifier and Type Method Description static Class<? extends AssociateFraudsterResponse.Builder>AssociateFraudsterResponse. serializableBuilderClass()
-