| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentsResponse.Builder |
SegmentsResponse.builder() |
SegmentsResponse.Builder |
SegmentsResponse.Builder.item(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.Builder |
SegmentsResponse.Builder.item(Consumer<SegmentResponse.Builder>... 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.Builder |
SegmentsResponse.Builder.item(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.Builder |
SegmentsResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
SegmentsResponse.Builder |
SegmentsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SegmentsResponse.Builder> |
SegmentsResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSegmentVersionsResponse.Builder |
GetSegmentVersionsResponse.Builder.segmentsResponse(Consumer<SegmentsResponse.Builder> segmentsResponse)
Sets the value of the SegmentsResponse property for this object.
|
default GetSegmentsResponse.Builder |
GetSegmentsResponse.Builder.segmentsResponse(Consumer<SegmentsResponse.Builder> segmentsResponse)
Sets the value of the SegmentsResponse property for this object.
|
Copyright © 2020. All rights reserved.