| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
SearchField |
SearchField.clone() |
SearchField |
SearchField.withKey(SearchFieldKey key)
An
enum value that indicates the key to search the channel on. |
SearchField |
SearchField.withKey(String key)
An
enum value that indicates the key to search the channel on. |
SearchField |
SearchField.withOperator(SearchFieldOperator operator)
The operator used to compare field values, currently
EQUALS or INCLUDES. |
SearchField |
SearchField.withOperator(String operator)
The operator used to compare field values, currently
EQUALS or INCLUDES. |
SearchField |
SearchField.withValues(Collection<String> values)
The values that you want to search for, a list of strings.
|
SearchField |
SearchField.withValues(String... values)
The values that you want to search for, a list of strings.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchField> |
SearchChannelsRequest.getFields()
A list of the
Field objects in the channel being searched. |
| Modifier and Type | Method and Description |
|---|---|
SearchChannelsRequest |
SearchChannelsRequest.withFields(SearchField... fields)
A list of the
Field objects in the channel being searched. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchChannelsRequest.setFields(Collection<SearchField> fields)
A list of the
Field objects in the channel being searched. |
SearchChannelsRequest |
SearchChannelsRequest.withFields(Collection<SearchField> fields)
A list of the
Field objects in the channel being searched. |
Copyright © 2022. All rights reserved.