| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyRunResponse |
JourneyRunResponse.clone() |
JourneyRunResponse |
JourneyRunResponse.withCreationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
|
JourneyRunResponse |
JourneyRunResponse.withLastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
|
JourneyRunResponse |
JourneyRunResponse.withRunId(String runId)
The unique identifier for the run.
|
JourneyRunResponse |
JourneyRunResponse.withStatus(JourneyRunStatus status)
The current status of the journey run.
|
JourneyRunResponse |
JourneyRunResponse.withStatus(String status)
The current status of the journey run.
|
| Modifier and Type | Method and Description |
|---|---|
List<JourneyRunResponse> |
JourneyRunsResponse.getItem()
An array of responses, one for each run of the journey
|
| Modifier and Type | Method and Description |
|---|---|
JourneyRunsResponse |
JourneyRunsResponse.withItem(JourneyRunResponse... item)
An array of responses, one for each run of the journey
|
| Modifier and Type | Method and Description |
|---|---|
void |
JourneyRunsResponse.setItem(Collection<JourneyRunResponse> item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse |
JourneyRunsResponse.withItem(Collection<JourneyRunResponse> item)
An array of responses, one for each run of the journey
|
Copyright © 2025. All rights reserved.