Uses of Class
software.amazon.awssdk.services.glue.model.TaskRunProperties
-
Packages that use TaskRunProperties Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TaskRunProperties in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TaskRunProperties Modifier and Type Method Description TaskRunPropertiesGetMlTaskRunResponse. properties()The list of properties that are associated with the task run.TaskRunPropertiesTaskRun. properties()Specifies configuration properties associated with this task run.Methods in software.amazon.awssdk.services.glue.model with parameters of type TaskRunProperties Modifier and Type Method Description GetMlTaskRunResponse.BuilderGetMlTaskRunResponse.Builder. properties(TaskRunProperties properties)The list of properties that are associated with the task run.TaskRun.BuilderTaskRun.Builder. properties(TaskRunProperties properties)Specifies configuration properties associated with this task run.
-