| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentsResponse |
SegmentsResponse.clone() |
SegmentsResponse |
GetSegmentsResult.getSegmentsResponse() |
SegmentsResponse |
GetSegmentVersionsResult.getSegmentsResponse() |
SegmentsResponse |
SegmentsResponse.withItem(Collection<SegmentResponse> item)
An array of responses, one for each segment that's associated with the application (Segments resource) or each
version of a segment that's associated with the application (Segment Versions resource).
|
SegmentsResponse |
SegmentsResponse.withItem(SegmentResponse... item)
An array of responses, one for each segment that's associated with the application (Segments resource) or each
version of a segment that's associated with the application (Segment Versions resource).
|
SegmentsResponse |
SegmentsResponse.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 |
GetSegmentsResult.setSegmentsResponse(SegmentsResponse segmentsResponse) |
void |
GetSegmentVersionsResult.setSegmentsResponse(SegmentsResponse segmentsResponse) |
GetSegmentsResult |
GetSegmentsResult.withSegmentsResponse(SegmentsResponse segmentsResponse) |
GetSegmentVersionsResult |
GetSegmentVersionsResult.withSegmentsResponse(SegmentsResponse segmentsResponse) |
Copyright © 2024. All rights reserved.