Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EndpointDemographic.Builder
-
Packages that use EndpointDemographic.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointDemographic.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointDemographic.Builder Modifier and Type Method Description EndpointDemographic.BuilderEndpointDemographic.Builder. appVersion(String appVersion)The version of the app that's associated with the endpoint.static EndpointDemographic.BuilderEndpointDemographic. builder()EndpointDemographic.BuilderEndpointDemographic.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.BuilderEndpointDemographic.Builder. make(String make)The manufacturer of the endpoint device, such as apple or samsung.EndpointDemographic.BuilderEndpointDemographic.Builder. model(String model)The model name or number of the endpoint device, such as iPhone or SM-G900F.EndpointDemographic.BuilderEndpointDemographic.Builder. modelVersion(String modelVersion)The model version of the endpoint device.EndpointDemographic.BuilderEndpointDemographic.Builder. platform(String platform)The platform of the endpoint device, such as ios.EndpointDemographic.BuilderEndpointDemographic.Builder. platformVersion(String platformVersion)The platform version of the endpoint device.EndpointDemographic.BuilderEndpointDemographic.Builder. timezone(String timezone)The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.EndpointDemographic.BuilderEndpointDemographic. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointDemographic.Builder Modifier and Type Method Description static Class<? extends EndpointDemographic.Builder>EndpointDemographic. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointDemographic.Builder Modifier and Type Method Description default EndpointBatchItem.BuilderEndpointBatchItem.Builder. demographic(Consumer<EndpointDemographic.Builder> demographic)The demographic information for the endpoint, such as the time zone and platform.default EndpointRequest.BuilderEndpointRequest.Builder. demographic(Consumer<EndpointDemographic.Builder> demographic)The demographic information for the endpoint, such as the time zone and platform.default EndpointResponse.BuilderEndpointResponse.Builder. demographic(Consumer<EndpointDemographic.Builder> demographic)The demographic information for the endpoint, such as the time zone and platform.default PublicEndpoint.BuilderPublicEndpoint.Builder. demographic(Consumer<EndpointDemographic.Builder> demographic)The demographic information for the endpoint, such as the time zone and platform.
-