Uses of Class
co.yellowdog.platform.model.ConfiguredWorkerPoolProperties
Packages that use ConfiguredWorkerPoolProperties
Package
Description
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of ConfiguredWorkerPoolProperties in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return ConfiguredWorkerPoolPropertiesMethods in co.yellowdog.platform.interaction.scheduler with parameters of type ConfiguredWorkerPoolPropertiesModifier and TypeMethodDescriptionAddConfiguredWorkerPoolRequest.Builder.properties
(ConfiguredWorkerPoolProperties properties) void
AddConfiguredWorkerPoolRequest.setProperties
(ConfiguredWorkerPoolProperties properties) -
Uses of ConfiguredWorkerPoolProperties in co.yellowdog.platform.model
Subclasses with type arguments of type ConfiguredWorkerPoolProperties in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new ConfiguredWorkerPoolProperties that is automatically validated on build.Methods in co.yellowdog.platform.model that return ConfiguredWorkerPoolPropertiesModifier and TypeMethodDescriptionConfiguredWorkerPoolProperties.Builder.buildUnchecked()
ConfiguredWorkerPool.getProperties()
Methods in co.yellowdog.platform.model with parameters of type ConfiguredWorkerPoolPropertiesModifier and TypeMethodDescriptionConfiguredWorkerPool.Builder.properties
(ConfiguredWorkerPoolProperties properties) void
ConfiguredWorkerPool.setProperties
(ConfiguredWorkerPoolProperties properties)