| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchContactsResponse.Builder> |
SearchContactsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.