| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDemographic |
EndpointDemographic.clone() |
EndpointDemographic |
EndpointRequest.getDemographic()
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointDemographic |
EndpointBatchItem.getDemographic()
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointDemographic |
PublicEndpoint.getDemographic()
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointDemographic |
EndpointResponse.getDemographic()
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointDemographic |
EndpointDemographic.withAppVersion(String appVersion)
The version of the app that's associated with the endpoint.
|
EndpointDemographic |
EndpointDemographic.withLocale(String locale)
The locale of the endpoint, 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 or SM-G900F.
|
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.
|
EndpointDemographic |
EndpointDemographic.withPlatformVersion(String platformVersion)
The platform version of the endpoint device.
|
EndpointDemographic |
EndpointDemographic.withTimezone(String timezone)
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointRequest.setDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
void |
EndpointBatchItem.setDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
void |
PublicEndpoint.setDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
void |
EndpointResponse.setDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointRequest |
EndpointRequest.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointBatchItem |
EndpointBatchItem.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
PublicEndpoint |
PublicEndpoint.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointResponse |
EndpointResponse.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
Copyright © 2024. All rights reserved.