| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ExportJobResponse |
ExportJobResponse.clone() |
ExportJobResponse |
GetExportJobResult.getExportJobResponse() |
ExportJobResponse |
CreateExportJobResult.getExportJobResponse() |
ExportJobResponse |
ExportJobResponse.withApplicationId(String applicationId)
The unique ID of the application to which the job applies.
|
ExportJobResponse |
ExportJobResponse.withCompletedPieces(Integer completedPieces)
The number of pieces that have successfully completed as of the time of the request.
|
ExportJobResponse |
ExportJobResponse.withCompletionDate(String completionDate)
The date the job completed in ISO 8601 format.
|
ExportJobResponse |
ExportJobResponse.withCreationDate(String creationDate)
The date the job was created in ISO 8601 format.
|
ExportJobResponse |
ExportJobResponse.withDefinition(ExportJobResource definition)
The export job settings.
|
ExportJobResponse |
ExportJobResponse.withFailedPieces(Integer failedPieces)
The number of pieces that failed to be processed as of the time of the request.
|
ExportJobResponse |
ExportJobResponse.withFailures(Collection<String> failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
ExportJobResponse |
ExportJobResponse.withFailures(String... failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
ExportJobResponse |
ExportJobResponse.withId(String id)
The unique ID of the job.
|
ExportJobResponse |
ExportJobResponse.withJobStatus(JobStatus jobStatus)
The status of the job.
|
ExportJobResponse |
ExportJobResponse.withJobStatus(String jobStatus)
The status of the job.
|
ExportJobResponse |
ExportJobResponse.withTotalFailures(Integer totalFailures)
The number of endpoints that were not processed; for example, because of syntax errors.
|
ExportJobResponse |
ExportJobResponse.withTotalPieces(Integer totalPieces)
The total number of pieces that must be processed to finish the job.
|
ExportJobResponse |
ExportJobResponse.withTotalProcessed(Integer totalProcessed)
The number of endpoints that were processed by the job.
|
ExportJobResponse |
ExportJobResponse.withType(String type)
The job type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportJobResponse> |
ExportJobsResponse.getItem()
A list of export jobs for the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExportJobResult.setExportJobResponse(ExportJobResponse exportJobResponse) |
void |
CreateExportJobResult.setExportJobResponse(ExportJobResponse exportJobResponse) |
GetExportJobResult |
GetExportJobResult.withExportJobResponse(ExportJobResponse exportJobResponse) |
CreateExportJobResult |
CreateExportJobResult.withExportJobResponse(ExportJobResponse exportJobResponse) |
ExportJobsResponse |
ExportJobsResponse.withItem(ExportJobResponse... item)
A list of export jobs for the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportJobsResponse.setItem(Collection<ExportJobResponse> item)
A list of export jobs for the application.
|
ExportJobsResponse |
ExportJobsResponse.withItem(Collection<ExportJobResponse> item)
A list of export jobs for the application.
|
Copyright © 2018. All rights reserved.