|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribePermissionsResult
public class DescribePermissionsResult
Contains the response to a DescribePermissions request.
| Constructor Summary | |
|---|---|
DescribePermissionsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Permission> |
getPermissions()
An array of Permission objects that describe the stack
permissions. |
int |
hashCode()
|
void |
setPermissions(Collection<Permission> permissions)
An array of Permission objects that describe the stack
permissions. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribePermissionsResult |
withPermissions(Collection<Permission> permissions)
An array of Permission objects that describe the stack
permissions. |
DescribePermissionsResult |
withPermissions(Permission... permissions)
An array of Permission objects that describe the stack
permissions. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribePermissionsResult()
| Method Detail |
|---|
public List<Permission> getPermissions()
Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.
Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.public void setPermissions(Collection<Permission> permissions)
Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.
permissions - An array of Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.public DescribePermissionsResult withPermissions(Permission... permissions)
Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.Returns a reference to this object so that method calls can be chained together.
permissions - An array of Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.public DescribePermissionsResult withPermissions(Collection<Permission> permissions)
Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.Returns a reference to this object so that method calls can be chained together.
permissions - An array of Permission objects that describe the stack
permissions. Permission object with permissions
for each of the stack IAM ARNs.Permission
object with permissions for each of the user's stack IDs.Permission object with permissions for the
specified stack and IAM ARN.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||