Uses of Class
software.amazon.awssdk.services.connect.model.AssociatedContactSummary
-
Packages that use AssociatedContactSummary Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AssociatedContactSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AssociatedContactSummary Modifier and Type Method Description List<AssociatedContactSummary>ListAssociatedContactsResponse. contactSummaryList()List of the contact summary for all the contacts in contact tree associated with unique identifier.Methods in software.amazon.awssdk.services.connect.model with parameters of type AssociatedContactSummary Modifier and Type Method Description ListAssociatedContactsResponse.BuilderListAssociatedContactsResponse.Builder. contactSummaryList(AssociatedContactSummary... contactSummaryList)List of the contact summary for all the contacts in contact tree associated with unique identifier.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AssociatedContactSummary Modifier and Type Method Description ListAssociatedContactsResponse.BuilderListAssociatedContactsResponse.Builder. contactSummaryList(Collection<AssociatedContactSummary> contactSummaryList)List of the contact summary for all the contacts in contact tree associated with unique identifier.
-