| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static RelatedItemTypeFilter |
RelatedItemTypeFilter.fromComment(CommentFilter comment)
Create an instance of this class with
comment() initialized to the given value. |
static RelatedItemTypeFilter |
RelatedItemTypeFilter.fromComment(Consumer<CommentFilter.Builder> comment)
Create an instance of this class with
comment() initialized to the given value. |
static RelatedItemTypeFilter |
RelatedItemTypeFilter.fromContact(Consumer<ContactFilter.Builder> contact)
Create an instance of this class with
contact() initialized to the given value. |
static RelatedItemTypeFilter |
RelatedItemTypeFilter.fromContact(ContactFilter contact)
Create an instance of this class with
contact() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedItemTypeFilter> |
SearchRelatedItemsRequest.filters()
The list of types of related items and their parameters to use for filtering.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRelatedItemsRequest.Builder |
SearchRelatedItemsRequest.Builder.filters(RelatedItemTypeFilter... filters)
The list of types of related items and their parameters to use for filtering.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRelatedItemsRequest.Builder |
SearchRelatedItemsRequest.Builder.filters(Collection<RelatedItemTypeFilter> filters)
The list of types of related items and their parameters to use for filtering.
|
Copyright © 2023. All rights reserved.