Uses of Class
software.amazon.awssdk.services.glue.model.WorkerType
-
Packages that use WorkerType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of WorkerType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return WorkerType Modifier and Type Method Description static WorkerTypeWorkerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkerTypeWorkerType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerType[]WorkerType. values()Returns an array containing the constants of this enum type, in the order they are declared.WorkerTypeCreateDevEndpointRequest. workerType()The type of predefined worker that is allocated to the development endpoint.WorkerTypeCreateDevEndpointResponse. workerType()The type of predefined worker that is allocated to the development endpoint.WorkerTypeCreateJobRequest. workerType()The type of predefined worker that is allocated when a job runs.WorkerTypeCreateMlTransformRequest. workerType()The type of predefined worker that is allocated when this task runs.WorkerTypeCreateSessionRequest. workerType()The type of predefined worker that is allocated when a job runs.WorkerTypeDevEndpoint. workerType()The type of predefined worker that is allocated to the development endpoint.WorkerTypeGetMlTransformResponse. workerType()The type of predefined worker that is allocated when this task runs.WorkerTypeJob. workerType()The type of predefined worker that is allocated when a job runs.WorkerTypeJobRun. workerType()The type of predefined worker that is allocated when a job runs.WorkerTypeJobUpdate. workerType()The type of predefined worker that is allocated when a job runs.WorkerTypeMLTransform. workerType()The type of predefined worker that is allocated when a task of this transform runs.WorkerTypeSession. workerType()The type of predefined worker that is allocated when a session runs.WorkerTypeStartJobRunRequest. workerType()The type of predefined worker that is allocated when a job runs.WorkerTypeUpdateMlTransformRequest. workerType()The type of predefined worker that is allocated when this task runs.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type WorkerType Modifier and Type Method Description static Set<WorkerType>WorkerType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type WorkerType Modifier and Type Method Description CreateDevEndpointRequest.BuilderCreateDevEndpointRequest.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated to the development endpoint.CreateDevEndpointResponse.BuilderCreateDevEndpointResponse.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated to the development endpoint.CreateJobRequest.BuilderCreateJobRequest.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a job runs.CreateMlTransformRequest.BuilderCreateMlTransformRequest.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when this task runs.CreateSessionRequest.BuilderCreateSessionRequest.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a job runs.DevEndpoint.BuilderDevEndpoint.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated to the development endpoint.GetMlTransformResponse.BuilderGetMlTransformResponse.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when this task runs.Job.BuilderJob.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a job runs.JobRun.BuilderJobRun.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a job runs.JobUpdate.BuilderJobUpdate.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a job runs.MLTransform.BuilderMLTransform.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a task of this transform runs.Session.BuilderSession.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a session runs.StartJobRunRequest.BuilderStartJobRunRequest.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when a job runs.UpdateMlTransformRequest.BuilderUpdateMlTransformRequest.Builder. workerType(WorkerType workerType)The type of predefined worker that is allocated when this task runs.
-