| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyGroup |
PolicyGroup.clone() |
PolicyGroup |
PolicyGroup.withGroupId(String groupId) |
PolicyGroup |
PolicyGroup.withGroupName(String groupName)
The name (friendly name, not ARN) identifying the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyGroup> |
ListEntitiesForPolicyResult.getPolicyGroups()
A list of groups that the policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(PolicyGroup... policyGroups)
A list of groups that the policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesForPolicyResult.setPolicyGroups(Collection<PolicyGroup> policyGroups)
A list of groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(Collection<PolicyGroup> policyGroups)
A list of groups that the policy is attached to.
|
Copyright © 2016. All rights reserved.