| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
AdditionalSearchKey |
AdditionalSearchKey.clone() |
AdditionalSearchKey |
AdditionalSearchKey.withKeyName(String keyName)
A searchable identifier of a customer profile.
|
AdditionalSearchKey |
AdditionalSearchKey.withValues(Collection<String> values)
A list of key values.
|
AdditionalSearchKey |
AdditionalSearchKey.withValues(String... values)
A list of key values.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalSearchKey> |
SearchProfilesRequest.getAdditionalSearchKeys()
A list of
AdditionalSearchKey objects that are each searchable identifiers of a profile. |
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesRequest |
SearchProfilesRequest.withAdditionalSearchKeys(AdditionalSearchKey... additionalSearchKeys)
A list of
AdditionalSearchKey objects that are each searchable identifiers of a profile. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchProfilesRequest.setAdditionalSearchKeys(Collection<AdditionalSearchKey> additionalSearchKeys)
A list of
AdditionalSearchKey objects that are each searchable identifiers of a profile. |
SearchProfilesRequest |
SearchProfilesRequest.withAdditionalSearchKeys(Collection<AdditionalSearchKey> additionalSearchKeys)
A list of
AdditionalSearchKey objects that are each searchable identifiers of a profile. |
Copyright © 2025. All rights reserved.