| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static Format |
Format.fromValue(String value)
Use this in place of valueOf.
|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentImportResource.setFormat(Format format)
The format of the files that were imported to create the segment.
|
void |
ImportJobResource.setFormat(Format format)
The format of the files that contain the endpoint definitions to import.
|
void |
ImportJobRequest.setFormat(Format format)
The format of the files that contain the endpoint definitions to import.
|
SegmentImportResource |
SegmentImportResource.withFormat(Format format)
The format of the files that were imported to create the segment.
|
ImportJobResource |
ImportJobResource.withFormat(Format format)
The format of the files that contain the endpoint definitions to import.
|
ImportJobRequest |
ImportJobRequest.withFormat(Format format)
The format of the files that contain the endpoint definitions to import.
|
Copyright © 2020. All rights reserved.