Uses of Class
software.amazon.awssdk.services.pinpoint.model.__TimezoneEstimationMethodsElement
-
Packages that use __TimezoneEstimationMethodsElement Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of __TimezoneEstimationMethodsElement in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return __TimezoneEstimationMethodsElement Modifier and Type Method 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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type __TimezoneEstimationMethodsElement Modifier and Type Method 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.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type __TimezoneEstimationMethodsElement Modifier and Type Method Description JourneyResponse.BuilderJourneyResponse.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.BuilderWriteJourneyRequest.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.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type __TimezoneEstimationMethodsElement Modifier and Type Method Description JourneyResponse.BuilderJourneyResponse.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.BuilderWriteJourneyRequest.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.
-