| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.fromValue(String value)
Use this in place of valueOf.
|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobListEntry.setJobState(JobState jobState)
The current state of this job.
|
void |
JobMetadata.setJobState(JobState jobState)
The current status of the jobs.
|
JobListEntry |
JobListEntry.withJobState(JobState jobState)
The current state of this job.
|
JobMetadata |
JobMetadata.withJobState(JobState jobState)
The current status of the jobs.
|
Notification |
Notification.withJobStatesToNotify(JobState... jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Copyright © 2022. All rights reserved.