| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
JobEntry |
JobEntry.clone() |
JobEntry |
JobEntry.withArn(String arn)
The ARN for the job.
|
JobEntry |
JobEntry.withCreatedAt(Date createdAt)
The date and time that the job was created, in ISO 8601 format.
|
JobEntry |
JobEntry.withDetails(ResponseDetails details)
Details of the operation to be performed by the job, such as export destination details or import source details.
|
JobEntry |
JobEntry.withErrors(Collection<JobError> errors)
Errors for jobs.
|
JobEntry |
JobEntry.withErrors(JobError... errors)
Errors for jobs.
|
JobEntry |
JobEntry.withId(String id)
The unique identifier for the job.
|
JobEntry |
JobEntry.withState(State state)
The state of the job.
|
JobEntry |
JobEntry.withState(String state)
The state of the job.
|
JobEntry |
JobEntry.withType(String type)
The job type.
|
JobEntry |
JobEntry.withType(Type type)
The job type.
|
JobEntry |
JobEntry.withUpdatedAt(Date updatedAt)
The date and time that the job was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobEntry> |
ListJobsResult.getJobs()
The jobs listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobs(JobEntry... jobs)
The jobs listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<JobEntry> jobs)
The jobs listed by the request.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<JobEntry> jobs)
The jobs listed by the request.
|
Copyright © 2020. All rights reserved.