| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneysResponse |
JourneysResponse.clone() |
JourneysResponse |
ListJourneysResult.getJourneysResponse() |
JourneysResponse |
JourneysResponse.withItem(Collection<JourneyResponse> item)
An array of responses, one for each journey that's associated with the application.
|
JourneysResponse |
JourneysResponse.withItem(JourneyResponse... item)
An array of responses, one for each journey that's associated with the application.
|
JourneysResponse |
JourneysResponse.withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJourneysResult.setJourneysResponse(JourneysResponse journeysResponse) |
ListJourneysResult |
ListJourneysResult.withJourneysResponse(JourneysResponse journeysResponse) |
Copyright © 2022. All rights reserved.