| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointDemographic.Builder |
EndpointDemographic.Builder.appVersion(String appVersion)
The version of the app that's associated with the endpoint.
|
static EndpointDemographic.Builder |
EndpointDemographic.builder() |
EndpointDemographic.Builder |
EndpointDemographic.Builder.locale(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.Builder |
EndpointDemographic.Builder.make(String make)
The manufacturer of the endpoint device, such as apple or samsung.
|
EndpointDemographic.Builder |
EndpointDemographic.Builder.model(String model)
The model name or number of the endpoint device, such as iPhone or SM-G900F.
|
EndpointDemographic.Builder |
EndpointDemographic.Builder.modelVersion(String modelVersion)
The model version of the endpoint device.
|
EndpointDemographic.Builder |
EndpointDemographic.Builder.platform(String platform)
The platform of the endpoint device, such as ios.
|
EndpointDemographic.Builder |
EndpointDemographic.Builder.platformVersion(String platformVersion)
The platform version of the endpoint device.
|
EndpointDemographic.Builder |
EndpointDemographic.Builder.timezone(String timezone)
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
|
EndpointDemographic.Builder |
EndpointDemographic.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointDemographic.Builder> |
EndpointDemographic.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
Copyright © 2023. All rights reserved.