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 identifier for the application that's associated with the export job.
|
ExportJobResponse |
ExportJobResponse.withCompletedPieces(Integer completedPieces)
The number of pieces that were processed successfully (completed) by the export job, as of the time of the
request.
|
ExportJobResponse |
ExportJobResponse.withCompletionDate(String completionDate)
The date, in ISO 8601 format, when the export job was completed.
|
ExportJobResponse |
ExportJobResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the export job was created.
|
ExportJobResponse |
ExportJobResponse.withDefinition(ExportJobResource definition)
The resource settings that apply to the export job.
|
ExportJobResponse |
ExportJobResponse.withFailedPieces(Integer failedPieces)
The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the
request.
|
ExportJobResponse |
ExportJobResponse.withFailures(Collection<String> failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the
export job, if any.
|
ExportJobResponse |
ExportJobResponse.withFailures(String... failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the
export job, if any.
|
ExportJobResponse |
ExportJobResponse.withId(String id)
The unique identifier for the export job.
|
ExportJobResponse |
ExportJobResponse.withJobStatus(JobStatus jobStatus)
The status of the export job.
|
ExportJobResponse |
ExportJobResponse.withJobStatus(String jobStatus)
The status of the export job.
|
ExportJobResponse |
ExportJobResponse.withTotalFailures(Integer totalFailures)
The total number of endpoint definitions that weren't processed successfully (failed) by the export job,
typically because an error, such as a syntax error, occurred.
|
ExportJobResponse |
ExportJobResponse.withTotalPieces(Integer totalPieces)
The total number of pieces that must be processed to complete the export job.
|
ExportJobResponse |
ExportJobResponse.withTotalProcessed(Integer totalProcessed)
The total number of endpoint definitions that were processed by the export job.
|
ExportJobResponse |
ExportJobResponse.withType(String type)
The job type.
|
Modifier and Type | Method and Description |
---|---|
List<ExportJobResponse> |
ExportJobsResponse.getItem()
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
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)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
Modifier and Type | Method and Description |
---|---|
void |
ExportJobsResponse.setItem(Collection<ExportJobResponse> item)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
ExportJobsResponse |
ExportJobsResponse.withItem(Collection<ExportJobResponse> item)
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or
segment (Segment Export Jobs resource).
|
Copyright © 2021. All rights reserved.