| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchField.Builder |
SearchField.builder() |
SearchField.Builder |
SearchField.Builder.key(SearchFieldKey key)
An
enum value that indicates the key to search the channel on. |
SearchField.Builder |
SearchField.Builder.key(String key)
An
enum value that indicates the key to search the channel on. |
SearchField.Builder |
SearchField.Builder.operator(SearchFieldOperator operator)
The operator used to compare field values, currently
EQUALS or INCLUDES. |
SearchField.Builder |
SearchField.Builder.operator(String operator)
The operator used to compare field values, currently
EQUALS or INCLUDES. |
SearchField.Builder |
SearchField.toBuilder() |
SearchField.Builder |
SearchField.Builder.values(Collection<String> values)
The values that you want to search for, a list of strings.
|
SearchField.Builder |
SearchField.Builder.values(String... values)
The values that you want to search for, a list of strings.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchField.Builder> |
SearchField.serializableBuilderClass() |
Copyright © 2023. All rights reserved.