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