Uses of Class
software.amazon.awssdk.services.customerprofiles.model.MatchingResponse
-
Packages that use MatchingResponse Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchingResponse in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return MatchingResponse Modifier and Type Method Description MatchingResponseCreateDomainResponse. matching()The process of matching duplicate profiles.MatchingResponseGetDomainResponse. matching()The process of matching duplicate profiles.MatchingResponseUpdateDomainResponse. matching()The process of matching duplicate profiles.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type MatchingResponse Modifier and Type Method Description CreateDomainResponse.BuilderCreateDomainResponse.Builder. matching(MatchingResponse matching)The process of matching duplicate profiles.GetDomainResponse.BuilderGetDomainResponse.Builder. matching(MatchingResponse matching)The process of matching duplicate profiles.UpdateDomainResponse.BuilderUpdateDomainResponse.Builder. matching(MatchingResponse matching)The process of matching duplicate profiles.
-