Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ImportJobResponse |
ImportJobResponse.clone() |
ImportJobResponse |
GetImportJobResult.getImportJobResponse() |
ImportJobResponse |
CreateImportJobResult.getImportJobResponse() |
ImportJobResponse |
ImportJobResponse.withApplicationId(String applicationId)
The unique identifier for the application that's associated with the import job.
|
ImportJobResponse |
ImportJobResponse.withCompletedPieces(Integer completedPieces)
The number of pieces that were processed successfully (completed) by the import job, as of the time of the
request.
|
ImportJobResponse |
ImportJobResponse.withCompletionDate(String completionDate)
The date, in ISO 8601 format, when the import job was completed.
|
ImportJobResponse |
ImportJobResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the import job was created.
|
ImportJobResponse |
ImportJobResponse.withDefinition(ImportJobResource definition)
The resource settings that apply to the import job.
|
ImportJobResponse |
ImportJobResponse.withFailedPieces(Integer failedPieces)
The number of pieces that weren't processed successfully (failed) by the import job, as of the time of the
request.
|
ImportJobResponse |
ImportJobResponse.withFailures(Collection<String> failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the
import job, if any.
|
ImportJobResponse |
ImportJobResponse.withFailures(String... failures)
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the
import job, if any.
|
ImportJobResponse |
ImportJobResponse.withId(String id)
The unique identifier for 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 total number of endpoint definitions that weren't processed successfully (failed) by the import job,
typically because an error, such as a syntax error, occurred.
|
ImportJobResponse |
ImportJobResponse.withTotalPieces(Integer totalPieces)
The total number of pieces that must be processed to complete the import job.
|
ImportJobResponse |
ImportJobResponse.withTotalProcessed(Integer totalProcessed)
The total number of endpoint definitions 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()
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import Jobs resource).
|
Modifier and Type | Method and Description |
---|---|
void |
GetImportJobResult.setImportJobResponse(ImportJobResponse importJobResponse) |
void |
CreateImportJobResult.setImportJobResponse(ImportJobResponse importJobResponse) |
GetImportJobResult |
GetImportJobResult.withImportJobResponse(ImportJobResponse importJobResponse) |
CreateImportJobResult |
CreateImportJobResult.withImportJobResponse(ImportJobResponse importJobResponse) |
ImportJobsResponse |
ImportJobsResponse.withItem(ImportJobResponse... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import Jobs resource).
|
Modifier and Type | Method and Description |
---|---|
void |
ImportJobsResponse.setItem(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import Jobs resource).
|
ImportJobsResponse |
ImportJobsResponse.withItem(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or
segment (Segment Import Jobs resource).
|
Copyright © 2023. All rights reserved.