static SearchContactsResponse.Builder |
SearchContactsResponse.builder() |
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.contacts(Collection<ContactData> contacts) |
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.contacts(Consumer<ContactData.Builder>... contacts) |
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.contacts(ContactData... contacts) |
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.nextToken(String nextToken) |
The token returned to indicate that there is more data available.
|
SearchContactsResponse.Builder |
SearchContactsResponse.toBuilder() |
|
SearchContactsResponse.Builder |
SearchContactsResponse.Builder.totalCount(Integer totalCount) |
The total number of contacts returned.
|