public final class Policy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Policy.Builder |
Modifier and Type | Method and Description |
---|---|
static Policy.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDocument()
The policy document.
|
String |
getName()
friendly name ex.
|
String |
getOwner()
The group, user, or role the policy is associated with.
|
int |
hashCode() |
Policy.Builder |
toBuilder() |
String |
toString() |
public String getOwner()
public String getName()
Developers
public String getDocument()
public static Policy.Builder builder()
public Policy.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.