| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentImportResource |
SegmentImportResource.clone() |
SegmentImportResource |
SegmentResponse.getImportDefinition()
The import job settings.
|
SegmentImportResource |
SegmentImportResource.withExternalId(String externalId)
A unique, custom ID assigned to the IAM role that restricts who can assume the role.
|
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 © 2017. All rights reserved.