Uses of Class
org.jclouds.elb.domain.AttributeMetadata

Packages that use AttributeMetadata
org.jclouds.elb.domain   
org.jclouds.elb.xml   
 

Uses of AttributeMetadata in org.jclouds.elb.domain
 

Fields in org.jclouds.elb.domain with type parameters of type AttributeMetadata
protected  Set<AttributeMetadata<?>> PolicyType.attributeMetadata
           
protected  com.google.common.collect.ImmutableSet.Builder<AttributeMetadata<?>> PolicyType.Builder.attributeMetadata
           
 

Methods in org.jclouds.elb.domain that return AttributeMetadata
 AttributeMetadata<V> AttributeMetadata.Builder.build()
           
 

Methods in org.jclouds.elb.domain that return types with arguments of type AttributeMetadata
 Set<AttributeMetadata<?>> PolicyType.getAttributeMetadata()
          The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
 Map<String,AttributeMetadata<?>> PolicyType.getAttributeMetadataByName()
          convenience method
 

Methods in org.jclouds.elb.domain with parameters of type AttributeMetadata
 PolicyType.Builder PolicyType.Builder.attributeMetadata(AttributeMetadata<?> attributeMetadata)
           
 AttributeMetadata.Builder<V> AttributeMetadata.Builder.fromAttributeMetadata(AttributeMetadata<V> in)
           
 

Method parameters in org.jclouds.elb.domain with type arguments of type AttributeMetadata
 PolicyType.Builder PolicyType.Builder.attributeMetadata(Iterable<AttributeMetadata<?>> attributeMetadata)
           
 

Constructor parameters in org.jclouds.elb.domain with type arguments of type AttributeMetadata
PolicyType(String name, String description, Iterable<AttributeMetadata<?>> attributeMetadata)
           
 

Uses of AttributeMetadata in org.jclouds.elb.xml
 

Methods in org.jclouds.elb.xml that return AttributeMetadata
 AttributeMetadata<?> AttributeMetadataHandler.getResult()
          
 



Copyright © 2009-2012 jclouds. All Rights Reserved.