Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
PolicyGroup |
PolicyGroup.clone() |
PolicyGroup |
PolicyGroup.withGroupId(String groupId)
The stable and unique string identifying the group.
|
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 IAM groups that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(PolicyGroup... policyGroups)
A list of IAM groups that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEntitiesForPolicyResult.setPolicyGroups(Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.
|
Copyright © 2018. All rights reserved.