| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobState |
JobListEntry.jobState()
The current state of this job.
|
JobState |
JobMetadata.jobState()
The current status of the jobs.
|
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 |
|---|---|
List<JobState> |
Notification.jobStatesToNotify()
The list of job states that will trigger a notification for this job.
|
static Set<JobState> |
JobState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobListEntry.Builder |
JobListEntry.Builder.jobState(JobState jobState)
The current state of this job.
|
JobMetadata.Builder |
JobMetadata.Builder.jobState(JobState jobState)
The current status of the jobs.
|
Notification.Builder |
Notification.Builder.jobStatesToNotify(JobState... jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.jobStatesToNotify(Collection<JobState> jobStatesToNotify)
The list of job states that will trigger a notification for this job.
|
Copyright © 2021. All rights reserved.