| 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)
The number of channel types in the imported segment.
|
SegmentImportResource |
SegmentImportResource.withExternalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
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)
The URL of the S3 bucket that the segment was imported from.
|
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 © 2019. All rights reserved.