Uses of Class
software.amazon.awssdk.services.customerprofiles.model.IdentityResolutionJob
-
Packages that use IdentityResolutionJob Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of IdentityResolutionJob in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type IdentityResolutionJob Modifier and Type Method Description List<IdentityResolutionJob>ListIdentityResolutionJobsResponse. identityResolutionJobsList()A list of Identity Resolution Jobs.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type IdentityResolutionJob Modifier and Type Method Description ListIdentityResolutionJobsResponse.BuilderListIdentityResolutionJobsResponse.Builder. identityResolutionJobsList(IdentityResolutionJob... identityResolutionJobsList)A list of Identity Resolution Jobs.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type IdentityResolutionJob Modifier and Type Method Description ListIdentityResolutionJobsResponse.BuilderListIdentityResolutionJobsResponse.Builder. identityResolutionJobsList(Collection<IdentityResolutionJob> identityResolutionJobsList)A list of Identity Resolution Jobs.
-