| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static JourneyRunsResponse.Builder |
JourneyRunsResponse.builder() |
JourneyRunsResponse.Builder |
JourneyRunsResponse.Builder.item(Collection<JourneyRunResponse> item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse.Builder |
JourneyRunsResponse.Builder.item(Consumer<JourneyRunResponse.Builder>... item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse.Builder |
JourneyRunsResponse.Builder.item(JourneyRunResponse... item)
An array of responses, one for each run of the journey
|
JourneyRunsResponse.Builder |
JourneyRunsResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
JourneyRunsResponse.Builder |
JourneyRunsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JourneyRunsResponse.Builder> |
JourneyRunsResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetJourneyRunsResponse.Builder |
GetJourneyRunsResponse.Builder.journeyRunsResponse(Consumer<JourneyRunsResponse.Builder> journeyRunsResponse)
Sets the value of the JourneyRunsResponse property for this object.
|
Copyright © 2023. All rights reserved.