Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyGroup> |
ListEntitiesForPolicyResult.policyGroups
A list of IAM groups that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
PolicyGroup |
PolicyGroup.clone() |
PolicyGroup |
PolicyGroup.withGroupId(java.lang.String groupId)
The stable and unique string identifying the group.
|
PolicyGroup |
PolicyGroup.withGroupName(java.lang.String groupName)
The name (friendly name, not ARN) identifying the group.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(java.util.Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
PolicyGroup |
PolicyGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |