| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointUser |
EndpointUser.addUserAttributesEntry(String key,
List<String> value)
Add a single UserAttributes entry
|
EndpointUser |
EndpointUser.clearUserAttributesEntries()
Removes all the entries added into UserAttributes.
|
EndpointUser |
EndpointUser.clone() |
EndpointUser |
PublicEndpoint.getUser()
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
EndpointUser |
EndpointResponse.getUser()
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
EndpointUser |
EndpointBatchItem.getUser()
One or more custom attributes that describe the user who's associated with the endpoint.
|
EndpointUser |
EndpointRequest.getUser()
One or more custom attributes that describe the user who's associated with the endpoint.
|
EndpointUser |
EndpointUser.withUserAttributes(Map<String,List<String>> userAttributes)
One or more custom attributes that describe the user by associating a name with an array of values.
|
EndpointUser |
EndpointUser.withUserId(String userId)
The unique identifier for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicEndpoint.setUser(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
void |
EndpointResponse.setUser(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
void |
EndpointBatchItem.setUser(EndpointUser user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
void |
EndpointRequest.setUser(EndpointUser user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
PublicEndpoint |
PublicEndpoint.withUser(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
EndpointResponse |
EndpointResponse.withUser(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withUser(EndpointUser user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
EndpointRequest |
EndpointRequest.withUser(EndpointUser user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
Copyright © 2021. All rights reserved.