| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobListEntry |
JobListEntry.clone() |
JobListEntry |
JobListEntry.withIsMaster(Boolean isMaster)
A value that indicates that this job is a master job.
|
JobListEntry |
JobListEntry.withJobId(String jobId)
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000. |
JobListEntry |
JobListEntry.withJobState(JobState jobState)
The current state of this job.
|
JobListEntry |
JobListEntry.withJobState(String jobState)
The current state of this job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobListEntry> |
ListJobsResult.getJobListEntries()
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobListEntries(JobListEntry... jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobListEntries(Collection<JobListEntry> jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
ListJobsResult |
ListJobsResult.withJobListEntries(Collection<JobListEntry> jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
Copyright © 2016. All rights reserved.