| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentImportResource |
SegmentImportResource.addChannelCountsEntry(String key,
Integer value)
Add a single ChannelCounts entry
|
SegmentImportResource |
SegmentImportResource.clearChannelCountsEntries()
Removes all the entries added into ChannelCounts.
|
SegmentImportResource |
SegmentImportResource.clone() |
SegmentImportResource |
SegmentResponse.getImportDefinition()
The settings for the import job that's associated with the segment.
|
SegmentImportResource |
SegmentImportResource.withChannelCounts(Map<String,Integer> channelCounts)
The number of channel types in the endpoint definitions that were imported to create the segment.
|
SegmentImportResource |
SegmentImportResource.withExternalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
SegmentImportResource |
SegmentImportResource.withFormat(Format format)
The format of the files that were imported to create the segment.
|
SegmentImportResource |
SegmentImportResource.withFormat(String format)
The format of the files that were imported to create the segment.
|
SegmentImportResource |
SegmentImportResource.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorized Amazon
Pinpoint to access the Amazon S3 location to import endpoint definitions from.
|
SegmentImportResource |
SegmentImportResource.withS3Url(String s3Url)
The URL of the Amazon Simple Storage Service (Amazon S3) bucket that the endpoint definitions were imported from
to create the segment.
|
SegmentImportResource |
SegmentImportResource.withSize(Integer size)
The number of endpoint definitions that were imported successfully to create the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentResponse.setImportDefinition(SegmentImportResource importDefinition)
The settings for the import job that's associated with the segment.
|
SegmentResponse |
SegmentResponse.withImportDefinition(SegmentImportResource importDefinition)
The settings for the import job that's associated with the segment.
|
Copyright © 2024. All rights reserved.