| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentResponse |
CreateSegmentResponse.segmentResponse()
Returns the value of the SegmentResponse property for this object.
|
SegmentResponse |
UpdateSegmentResponse.segmentResponse()
Returns the value of the SegmentResponse property for this object.
|
SegmentResponse |
DeleteSegmentResponse.segmentResponse()
Returns the value of the SegmentResponse property for this object.
|
SegmentResponse |
GetSegmentResponse.segmentResponse()
Returns the value of the SegmentResponse property for this object.
|
SegmentResponse |
GetSegmentVersionResponse.segmentResponse()
Returns the value of the SegmentResponse property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentResponse> |
SegmentsResponse.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).
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
CreateSegmentResponse.Builder |
CreateSegmentResponse.Builder.segmentResponse(SegmentResponse segmentResponse)
Sets the value of the SegmentResponse property for this object.
|
UpdateSegmentResponse.Builder |
UpdateSegmentResponse.Builder.segmentResponse(SegmentResponse segmentResponse)
Sets the value of the SegmentResponse property for this object.
|
DeleteSegmentResponse.Builder |
DeleteSegmentResponse.Builder.segmentResponse(SegmentResponse segmentResponse)
Sets the value of the SegmentResponse property for this object.
|
GetSegmentResponse.Builder |
GetSegmentResponse.Builder.segmentResponse(SegmentResponse segmentResponse)
Sets the value of the SegmentResponse property for this object.
|
GetSegmentVersionResponse.Builder |
GetSegmentVersionResponse.Builder.segmentResponse(SegmentResponse segmentResponse)
Sets the value of the SegmentResponse property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2022. All rights reserved.