Uses of Class
software.amazon.awssdk.services.snowball.model.JobState
-
Packages that use JobState Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of JobState in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return JobState Modifier and Type Method Description static JobStateJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStateJobListEntry. jobState()The current state of this job.JobStateJobMetadata. jobState()The current status of the jobs.static JobStateJobState. 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.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type JobState Modifier and Type Method Description List<JobState>Notification. jobStatesToNotify()The list of job states that will trigger a notification for this job.static Set<JobState>JobState. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type JobState Modifier and Type Method Description JobListEntry.BuilderJobListEntry.Builder. jobState(JobState jobState)The current state of this job.JobMetadata.BuilderJobMetadata.Builder. jobState(JobState jobState)The current status of the jobs.Notification.BuilderNotification.Builder. jobStatesToNotify(JobState... jobStatesToNotify)The list of job states that will trigger a notification for this job.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type JobState Modifier and Type Method Description Notification.BuilderNotification.Builder. jobStatesToNotify(Collection<JobState> jobStatesToNotify)The list of job states that will trigger a notification for this job.
-