| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentResponse |
SegmentResponse.clone() |
SegmentResponse |
DeleteSegmentResult.getSegmentResponse() |
SegmentResponse |
GetSegmentResult.getSegmentResponse() |
SegmentResponse |
CreateSegmentResult.getSegmentResponse() |
SegmentResponse |
GetSegmentVersionResult.getSegmentResponse() |
SegmentResponse |
UpdateSegmentResult.getSegmentResponse() |
SegmentResponse |
SegmentResponse.withApplicationId(String applicationId)
The ID of the application to which the segment applies.
|
SegmentResponse |
SegmentResponse.withCreationDate(String creationDate)
The date the segment was created in ISO 8601 format.
|
SegmentResponse |
SegmentResponse.withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
SegmentResponse |
SegmentResponse.withId(String id)
The unique segment ID.
|
SegmentResponse |
SegmentResponse.withImportDefinition(SegmentImportResource importDefinition)
The import job settings.
|
SegmentResponse |
SegmentResponse.withLastModifiedDate(String lastModifiedDate)
The date the segment was last updated in ISO 8601 format.
|
SegmentResponse |
SegmentResponse.withName(String name)
The name of segment
|
SegmentResponse |
SegmentResponse.withSegmentType(SegmentType segmentType)
The segment type: DIMENSIONAL - A dynamic segment built from selection criteria based on endpoint data reported
by your app.
|
SegmentResponse |
SegmentResponse.withSegmentType(String segmentType)
The segment type: DIMENSIONAL - A dynamic segment built from selection criteria based on endpoint data reported
by your app.
|
SegmentResponse |
SegmentResponse.withVersion(Integer version)
The segment version number.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentResponse> |
SegmentsResponse.getItem()
The list of segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
GetSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
CreateSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
GetSegmentVersionResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
UpdateSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
SegmentsResponse |
SegmentsResponse.withItem(SegmentResponse... item)
The list of segments.
|
DeleteSegmentResult |
DeleteSegmentResult.withSegmentResponse(SegmentResponse segmentResponse) |
GetSegmentResult |
GetSegmentResult.withSegmentResponse(SegmentResponse segmentResponse) |
CreateSegmentResult |
CreateSegmentResult.withSegmentResponse(SegmentResponse segmentResponse) |
GetSegmentVersionResult |
GetSegmentVersionResult.withSegmentResponse(SegmentResponse segmentResponse) |
UpdateSegmentResult |
UpdateSegmentResult.withSegmentResponse(SegmentResponse segmentResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentsResponse.setItem(Collection<SegmentResponse> item)
The list of segments.
|
SegmentsResponse |
SegmentsResponse.withItem(Collection<SegmentResponse> item)
The list of segments.
|
Copyright © 2018. All rights reserved.