| 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 |
PublicEndpoint.getDemographic()
The endpoint demographic attributes.
|
EndpointDemographic |
EndpointRequest.getDemographic()
Demographic attributes for the endpoint.
|
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 manufacturer of the endpoint device, such as Apple or Samsung.
|
EndpointDemographic |
EndpointDemographic.withModel(String model)
The model name or number of the endpoint device, such as iPhone.
|
EndpointDemographic |
EndpointDemographic.withModelVersion(String modelVersion)
The model version of the endpoint device.
|
EndpointDemographic |
EndpointDemographic.withPlatform(String platform)
The platform of the endpoint device, such as iOS or Android.
|
EndpointDemographic |
EndpointDemographic.withPlatformVersion(String platformVersion)
The platform version of the endpoint device.
|
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 |
PublicEndpoint.setDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
void |
EndpointRequest.setDemographic(EndpointDemographic demographic)
Demographic attributes for the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointResponse |
EndpointResponse.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
PublicEndpoint |
PublicEndpoint.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointRequest |
EndpointRequest.withDemographic(EndpointDemographic demographic)
Demographic attributes for the endpoint.
|
Copyright © 2019. All rights reserved.