Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyGroup
-
Packages that use PolicyGroup Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicyGroup in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyGroup Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyGroup Modifier and Type Method Description List<PolicyGroup>
ListEntitiesForPolicyResult. getPolicyGroups()
A list of IAM groups that the policy is attached to.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyGroup Modifier and Type Method Description ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. withPolicyGroups(PolicyGroup... policyGroups)
A list of IAM groups that the policy is attached to.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type PolicyGroup Modifier and Type Method 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.
-