Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EndpointUser |
EndpointUser.addUserAttributesEntry(String key,
List<String> value) |
EndpointUser |
EndpointUser.clearUserAttributesEntries()
Removes all the entries added into UserAttributes.
|
EndpointUser |
EndpointUser.clone() |
EndpointUser |
EndpointBatchItem.getUser()
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointUser |
EndpointResponse.getUser()
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointUser |
EndpointRequest.getUser()
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointUser |
EndpointUser.withUserAttributes(Map<String,List<String>> userAttributes)
Custom attributes specific to the user.
|
EndpointUser |
EndpointUser.withUserId(String userId)
The unique ID of the user.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointBatchItem.setUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
void |
EndpointResponse.setUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
void |
EndpointRequest.setUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointBatchItem |
EndpointBatchItem.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointResponse |
EndpointResponse.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointRequest |
EndpointRequest.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
Copyright © 2017. All rights reserved.