| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
JobListEntry |
JobListEntry.clone() |
JobListEntry |
JobListEntry.withCreationDate(Date creationDate)
The creation date for this job.
|
JobListEntry |
JobListEntry.withDescription(String description)
The optional description of this specific job, for example
Important Photos 2016-08-11. |
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.
|
JobListEntry |
JobListEntry.withJobType(JobType jobType)
The type of job.
|
JobListEntry |
JobListEntry.withJobType(String jobType)
The type of job.
|
JobListEntry |
JobListEntry.withSnowballType(SnowballType snowballType)
The type of appliance used with this job.
|
JobListEntry |
JobListEntry.withSnowballType(String snowballType)
The type of appliance used with this job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobListEntry> |
ListClusterJobsResult.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. |
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 |
|---|---|
ListClusterJobsResult |
ListClusterJobsResult.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. |
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 |
ListClusterJobsResult.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. |
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. |
ListClusterJobsResult |
ListClusterJobsResult.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. |
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 © 2018. All rights reserved.