Uses of Interface
co.yellowdog.platform.model.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
Defines types used in the request/response interactions with the YellowDog Compute Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of AttributeDefinition in co.yellowdog.platform.interaction.compute
Methods in co.yellowdog.platform.interaction.compute that return AttributeDefinitionMethods in co.yellowdog.platform.interaction.compute that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionAttributeSource.getAttributes()
ExternalAttributeSource.getAttributes()
InternalAttributeSource.getAttributes()
Methods in co.yellowdog.platform.interaction.compute with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionvoid
ExternalAttributeDefinition.setDefinition
(AttributeDefinition definition) Method parameters in co.yellowdog.platform.interaction.compute with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionExternalAttributeSource.Builder.attributes
(List<AttributeDefinition> attributes) InternalAttributeSource.Builder.attributes
(List<AttributeDefinition> attributes) void
ExternalAttributeSource.setAttributes
(List<AttributeDefinition> attributes) void
InternalAttributeSource.setAttributes
(List<AttributeDefinition> attributes) Constructor parameters in co.yellowdog.platform.interaction.compute with type arguments of type AttributeDefinitionModifierConstructorDescriptionExternalAttributeSource
(String name, boolean healthy, List<AttributeDefinition> attributes) -
Uses of AttributeDefinition in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model that implement AttributeDefinitionModifier and TypeClassDescriptionclass
class