| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyResponse |
JourneyResponse.addActivitiesEntry(String key,
Activity value)
Add a single Activities entry
|
JourneyResponse |
JourneyResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JourneyResponse |
JourneyResponse.clearActivitiesEntries()
Removes all the entries added into Activities.
|
JourneyResponse |
JourneyResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
JourneyResponse |
JourneyResponse.clone() |
JourneyResponse |
UpdateJourneyResult.getJourneyResponse() |
JourneyResponse |
GetJourneyResult.getJourneyResponse() |
JourneyResponse |
DeleteJourneyResult.getJourneyResponse() |
JourneyResponse |
CreateJourneyResult.getJourneyResponse() |
JourneyResponse |
UpdateJourneyStateResult.getJourneyResponse() |
JourneyResponse |
JourneyResponse.withActivities(Map<String,Activity> activities)
A map that contains a set of Activity objects, one object for each activity in the journey.
|
JourneyResponse |
JourneyResponse.withApplicationId(String applicationId)
The unique identifier for the application that the journey applies to.
|
JourneyResponse |
JourneyResponse.withClosedDays(ClosedDays closedDays)
The time when a journey will not send messages.
|
JourneyResponse |
JourneyResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the journey was created.
|
JourneyResponse |
JourneyResponse.withId(String id)
The unique identifier for the journey.
|
JourneyResponse |
JourneyResponse.withJourneyChannelSettings(JourneyChannelSettings journeyChannelSettings)
The channel-specific configurations for the journey.
|
JourneyResponse |
JourneyResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the journey was last modified.
|
JourneyResponse |
JourneyResponse.withLimits(JourneyLimits limits)
The messaging and entry limits for the journey.
|
JourneyResponse |
JourneyResponse.withLocalTime(Boolean localTime)
Specifies whether the journey's scheduled start and end times use each participant's local time.
|
JourneyResponse |
JourneyResponse.withName(String name)
The name of the journey.
|
JourneyResponse |
JourneyResponse.withOpenHours(OpenHours openHours)
The time when a journey can send messages.
|
JourneyResponse |
JourneyResponse.withQuietTime(QuietTime quietTime)
The quiet time settings for the journey.
|
JourneyResponse |
JourneyResponse.withRefreshFrequency(String refreshFrequency)
The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO
8601 format.
|
JourneyResponse |
JourneyResponse.withRefreshOnSegmentUpdate(Boolean refreshOnSegmentUpdate)
Indicates whether the journey participants should be refreshed when a segment is updated.
|
JourneyResponse |
JourneyResponse.withSchedule(JourneySchedule schedule)
The schedule settings for the journey.
|
JourneyResponse |
JourneyResponse.withSendingSchedule(Boolean sendingSchedule)
Indicates if journey has Advance Quiet Time enabled.
|
JourneyResponse |
JourneyResponse.withStartActivity(String startActivity)
The unique identifier for the first activity in the journey.
|
JourneyResponse |
JourneyResponse.withStartCondition(StartCondition startCondition)
The segment that defines which users are participants in the journey.
|
JourneyResponse |
JourneyResponse.withState(State state)
The current status of the journey.
|
JourneyResponse |
JourneyResponse.withState(String state)
The current status of the journey.
|
JourneyResponse |
JourneyResponse.withTags(Map<String,String> tags)
This object is not used or supported.
|
JourneyResponse |
JourneyResponse.withTimezoneEstimationMethods(Collection<String> 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.
|
JourneyResponse |
JourneyResponse.withTimezoneEstimationMethods(String... 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.
|
JourneyResponse |
JourneyResponse.withTimezoneEstimationMethods(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.
|
JourneyResponse |
JourneyResponse.withWaitForQuietTime(Boolean waitForQuietTime)
Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.
|
| Modifier and Type | Method and Description |
|---|---|
List<JourneyResponse> |
JourneysResponse.getItem()
An array of responses, one for each journey that's associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateJourneyResult.setJourneyResponse(JourneyResponse journeyResponse) |
void |
GetJourneyResult.setJourneyResponse(JourneyResponse journeyResponse) |
void |
DeleteJourneyResult.setJourneyResponse(JourneyResponse journeyResponse) |
void |
CreateJourneyResult.setJourneyResponse(JourneyResponse journeyResponse) |
void |
UpdateJourneyStateResult.setJourneyResponse(JourneyResponse journeyResponse) |
JourneysResponse |
JourneysResponse.withItem(JourneyResponse... item)
An array of responses, one for each journey that's associated with the application.
|
UpdateJourneyResult |
UpdateJourneyResult.withJourneyResponse(JourneyResponse journeyResponse) |
GetJourneyResult |
GetJourneyResult.withJourneyResponse(JourneyResponse journeyResponse) |
DeleteJourneyResult |
DeleteJourneyResult.withJourneyResponse(JourneyResponse journeyResponse) |
CreateJourneyResult |
CreateJourneyResult.withJourneyResponse(JourneyResponse journeyResponse) |
UpdateJourneyStateResult |
UpdateJourneyStateResult.withJourneyResponse(JourneyResponse journeyResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
JourneysResponse.setItem(Collection<JourneyResponse> item)
An array of responses, one for each journey that's associated with the application.
|
JourneysResponse |
JourneysResponse.withItem(Collection<JourneyResponse> item)
An array of responses, one for each journey that's associated with the application.
|
Copyright © 2025. All rights reserved.