| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentResponse |
SegmentResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SegmentResponse |
SegmentResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
SegmentResponse |
SegmentResponse.clone() |
SegmentResponse |
GetSegmentResult.getSegmentResponse() |
SegmentResponse |
DeleteSegmentResult.getSegmentResponse() |
SegmentResponse |
CreateSegmentResult.getSegmentResponse() |
SegmentResponse |
GetSegmentVersionResult.getSegmentResponse() |
SegmentResponse |
UpdateSegmentResult.getSegmentResponse() |
SegmentResponse |
SegmentResponse.withApplicationId(String applicationId)
The unique identifier for the application that the segment is associated with.
|
SegmentResponse |
SegmentResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the segment.
|
SegmentResponse |
SegmentResponse.withCreationDate(String creationDate)
The date and time when the segment was created.
|
SegmentResponse |
SegmentResponse.withDimensions(SegmentDimensions dimensions)
The dimension settings for the segment.
|
SegmentResponse |
SegmentResponse.withId(String id)
The unique identifier for the segment.
|
SegmentResponse |
SegmentResponse.withImportDefinition(SegmentImportResource importDefinition)
The settings for the import job that's associated with the segment.
|
SegmentResponse |
SegmentResponse.withLastModifiedDate(String lastModifiedDate)
The date and time when the segment was last modified.
|
SegmentResponse |
SegmentResponse.withName(String name)
The name of the segment.
|
SegmentResponse |
SegmentResponse.withSegmentGroups(SegmentGroupList segmentGroups)
A list of one or more segment groups that apply to the segment.
|
SegmentResponse |
SegmentResponse.withSegmentType(SegmentType segmentType)
The segment type.
|
SegmentResponse |
SegmentResponse.withSegmentType(String segmentType)
The segment type.
|
SegmentResponse |
SegmentResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the segment.
|
SegmentResponse |
SegmentResponse.withVersion(Integer version)
The version number of the segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentResponse> |
SegmentsResponse.getItem()
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 |
|---|---|
void |
GetSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
DeleteSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
CreateSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
GetSegmentVersionResult.setSegmentResponse(SegmentResponse segmentResponse) |
void |
UpdateSegmentResult.setSegmentResponse(SegmentResponse segmentResponse) |
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).
|
GetSegmentResult |
GetSegmentResult.withSegmentResponse(SegmentResponse segmentResponse) |
DeleteSegmentResult |
DeleteSegmentResult.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)
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(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 © 2021. All rights reserved.