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 PolicyGroupPolicyGroup. clone()PolicyGroupPolicyGroup. withGroupId(String groupId)The stable and unique string identifying the group.PolicyGroupPolicyGroup. 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 ListEntitiesForPolicyResultListEntitiesForPolicyResult. 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 voidListEntitiesForPolicyResult. setPolicyGroups(Collection<PolicyGroup> policyGroups)A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyGroups(Collection<PolicyGroup> policyGroups)A list of IAM groups that the policy is attached to.
-