| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDemographic |
EndpointDemographic.clone() |
EndpointDemographic |
EndpointBatchItem.getDemographic()
The endpoint demographic attributes.
|
EndpointDemographic |
EndpointResponse.getDemographic()
The endpoint demographic attributes.
|
EndpointDemographic |
EndpointRequest.getDemographic()
The endpoint demographic attributes.
|
EndpointDemographic |
EndpointDemographic.withAppVersion(String appVersion)
The version of the application associated with the endpoint.
|
EndpointDemographic |
EndpointDemographic.withLocale(String locale)
The endpoint locale in the following format: The ISO 639-1 alpha-2 code, followed by an underscore, followed by
an ISO 3166-1 alpha-2 value.
|
EndpointDemographic |
EndpointDemographic.withMake(String make)
The endpoint make, such as such as Apple or Samsung.
|
EndpointDemographic |
EndpointDemographic.withModel(String model)
The endpoint model, such as iPhone.
|
EndpointDemographic |
EndpointDemographic.withModelVersion(String modelVersion)
The endpoint model version.
|
EndpointDemographic |
EndpointDemographic.withPlatform(String platform)
The endpoint platform, such as ios or android.
|
EndpointDemographic |
EndpointDemographic.withPlatformVersion(String platformVersion)
The endpoint platform version.
|
EndpointDemographic |
EndpointDemographic.withTimezone(String timezone)
The timezone of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBatchItem.setDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
void |
EndpointResponse.setDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
void |
EndpointRequest.setDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointBatchItem |
EndpointBatchItem.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointResponse |
EndpointResponse.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointRequest |
EndpointRequest.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
Copyright © 2017. All rights reserved.