| Modifier and Type | Method and Description | 
|---|---|
Policy | 
get(String name)
Retrieves information about the specified policy. 
 | 
PolicyType | 
getType(String name)
Retrieves information about the specified policy type. 
 | 
Set<Policy> | 
list()
returns descriptions of the specified sample policies, or descriptions of all the sample
 policies. 
 | 
Set<Policy> | 
list(ListPoliciesOptions options)
Returns detailed descriptions of the policies. 
 | 
Set<PolicyType> | 
listTypes()
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load
 Balancing service. 
 | 
Set<PolicyType> | 
listTypes(Iterable<String> names)  | 
@Nullable Policy get(String name)
name - Name of the policy to get information about.Set<Policy> list(ListPoliciesOptions options)
options - the options describing the policies querySet<Policy> list()
@Nullable PolicyType getType(String name)
name - Name of the policy type to get information about.Set<PolicyType> listTypes()
Set<PolicyType> listTypes(Iterable<String> names)
names - Specifies the name of the policy types. If no names are specified, returns the description of all the policy types defined by Elastic Load Balancing service.listTypes()Copyright © 2009-2013 jclouds. All Rights Reserved.