| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectFilter |
ObjectFilter.clone() |
ObjectFilter |
ListProfileObjectsRequest.getObjectFilter()
Applies a filter to the response to include profile objects with the specified index values.
|
ObjectFilter |
ObjectFilter.withKeyName(String keyName)
A searchable identifier of a profile object.
|
ObjectFilter |
ObjectFilter.withValues(Collection<String> values)
A list of key values.
|
ObjectFilter |
ObjectFilter.withValues(String... values)
A list of key values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileObjectsRequest.setObjectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
|
ListProfileObjectsRequest |
ListProfileObjectsRequest.withObjectFilter(ObjectFilter objectFilter)
Applies a filter to the response to include profile objects with the specified index values.
|
Copyright © 2025. All rights reserved.