Uses of Class
org.jclouds.chef.domain.Attribute
-
Packages that use Attribute Package Description org.jclouds.chef.domain -
-
Uses of Attribute in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return Attribute Modifier and Type Method Description Attribute
Attribute.Builder. build()
Methods in org.jclouds.chef.domain that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>
Metadata. getAttributes()
Methods in org.jclouds.chef.domain with parameters of type Attribute Modifier and Type Method Description Metadata.Builder
Metadata.Builder. attribute(String key, Attribute value)
Method parameters in org.jclouds.chef.domain with type arguments of type Attribute Modifier and Type Method Description Metadata.Builder
Metadata.Builder. attributes(Map<String,Attribute> attributes)
-