| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentImportResource |
SegmentImportResource.addChannelCountsEntry(String key,
Integer value) |
SegmentImportResource |
SegmentImportResource.clearChannelCountsEntries()
Removes all the entries added into ChannelCounts.
|
SegmentImportResource |
SegmentImportResource.clone() |
SegmentImportResource |
SegmentResponse.getImportDefinition()
The import job settings.
|
SegmentImportResource |
SegmentImportResource.withChannelCounts(Map<String,Integer> channelCounts)
Channel type counts
|
SegmentImportResource |
SegmentImportResource.withExternalId(String externalId)
DEPRECATED.
|
SegmentImportResource |
SegmentImportResource.withFormat(Format format)
The format of the endpoint files that were imported to create this segment.
|
SegmentImportResource |
SegmentImportResource.withFormat(String format)
The format of the endpoint files that were imported to create this segment.
|
SegmentImportResource |
SegmentImportResource.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the endpoints in Amazon S3.
|
SegmentImportResource |
SegmentImportResource.withS3Url(String s3Url)
A URL that points to the Amazon S3 location from which the endpoints for this segment were imported.
|
SegmentImportResource |
SegmentImportResource.withSize(Integer size)
The number of endpoints that were successfully imported to create this segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentResponse.setImportDefinition(SegmentImportResource importDefinition)
The import job settings.
|
SegmentResponse |
SegmentResponse.withImportDefinition(SegmentImportResource importDefinition)
The import job settings.
|
Copyright © 2018. All rights reserved.