static SearchContactsResponse.Builder |
SearchContactsResponse.builder() |
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.contacts(Collection<ContactSearchSummary> contacts) |
Information about the contacts.
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.contacts(Consumer<ContactSearchSummary.Builder>... contacts) |
Information about the contacts.
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.contacts(ContactSearchSummary... contacts) |
Information about the contacts.
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
SearchContactsResponse.Builder |
SearchContactsResponse.toBuilder() |
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.totalCount(Long totalCount) |
The total number of contacts which matched your search query.
|