Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyGroup
Packages that use PolicyGroup
-
Uses of PolicyGroup in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyGroupModifier and TypeMethodDescriptionPolicyGroup.clone()
PolicyGroup.withGroupId
(String groupId) The stable and unique string identifying the group.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 PolicyGroupModifier and TypeMethodDescriptionListEntitiesForPolicyResult.getPolicyGroups()
A list of IAM groups that the policy is attached to.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyGroupModifier and TypeMethodDescriptionListEntitiesForPolicyResult.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 PolicyGroupModifier and TypeMethodDescriptionvoid
ListEntitiesForPolicyResult.setPolicyGroups
(Collection<PolicyGroup> policyGroups) A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResult.withPolicyGroups
(Collection<PolicyGroup> policyGroups) A list of IAM groups that the policy is attached to.