|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyApi
Provides access to Amazon ELB via the Query API
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
@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 query
Set<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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||