Uses of Class
software.amazon.awssdk.services.emrserverless.model.JobRunMode
-
Packages that use JobRunMode Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of JobRunMode in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return JobRunMode Modifier and Type Method Description static JobRunModeJobRunMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobRunModeJobRun. mode()The mode of the job run.JobRunModeJobRunAttemptSummary. mode()The mode of the job run attempt.JobRunModeJobRunSummary. mode()The mode of the job run.JobRunModeListJobRunsRequest. mode()The mode of the job runs to list.JobRunModeStartJobRunRequest. mode()The mode of the job run when it starts.static JobRunModeJobRunMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JobRunMode[]JobRunMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type JobRunMode Modifier and Type Method Description static Set<JobRunMode>JobRunMode. knownValues()Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type JobRunMode Modifier and Type Method Description JobRun.BuilderJobRun.Builder. mode(JobRunMode mode)The mode of the job run.JobRunAttemptSummary.BuilderJobRunAttemptSummary.Builder. mode(JobRunMode mode)The mode of the job run attempt.JobRunSummary.BuilderJobRunSummary.Builder. mode(JobRunMode mode)The mode of the job run.ListJobRunsRequest.BuilderListJobRunsRequest.Builder. mode(JobRunMode mode)The mode of the job runs to list.StartJobRunRequest.BuilderStartJobRunRequest.Builder. mode(JobRunMode mode)The mode of the job run when it starts.
-