| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static __TimezoneEstimationMethodsElement |
__TimezoneEstimationMethodsElement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static __TimezoneEstimationMethodsElement |
__TimezoneEstimationMethodsElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static __TimezoneEstimationMethodsElement[] |
__TimezoneEstimationMethodsElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<__TimezoneEstimationMethodsElement> |
__TimezoneEstimationMethodsElement.knownValues()
|
List<__TimezoneEstimationMethodsElement> |
JourneyResponse.timezoneEstimationMethods()
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
List<__TimezoneEstimationMethodsElement> |
WriteJourneyRequest.timezoneEstimationMethods()
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
| Modifier and Type | Method and Description |
|---|---|
JourneyResponse.Builder |
JourneyResponse.Builder.timezoneEstimationMethods(__TimezoneEstimationMethodsElement... timezoneEstimationMethods)
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.timezoneEstimationMethods(__TimezoneEstimationMethodsElement... timezoneEstimationMethods)
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
| Modifier and Type | Method and Description |
|---|---|
JourneyResponse.Builder |
JourneyResponse.Builder.timezoneEstimationMethods(Collection<__TimezoneEstimationMethodsElement> timezoneEstimationMethods)
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.timezoneEstimationMethods(Collection<__TimezoneEstimationMethodsElement> timezoneEstimationMethods)
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
Copyright © 2023. All rights reserved.