Uses of Class
software.amazon.awssdk.services.iam.model.PolicyGroup
-
Packages that use PolicyGroup Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of PolicyGroup in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type PolicyGroup Modifier and Type Method Description List<PolicyGroup>ListEntitiesForPolicyResponse. policyGroups()A list of IAM groups that the policy is attached to.Methods in software.amazon.awssdk.services.iam.model with parameters of type PolicyGroup Modifier and Type Method Description ListEntitiesForPolicyResponse.BuilderListEntitiesForPolicyResponse.Builder. policyGroups(PolicyGroup... policyGroups)A list of IAM groups that the policy is attached to.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type PolicyGroup Modifier and Type Method Description ListEntitiesForPolicyResponse.BuilderListEntitiesForPolicyResponse.Builder. policyGroups(Collection<PolicyGroup> policyGroups)A list of IAM groups that the policy is attached to. -
Uses of PolicyGroup in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type PolicyGroup Modifier and Type Method Description SdkIterable<PolicyGroup>ListEntitiesForPolicyIterable. policyGroups()Returns an iterable to iterate through the paginatedListEntitiesForPolicyResponse.policyGroups()member.SdkPublisher<PolicyGroup>ListEntitiesForPolicyPublisher. policyGroups()Returns a publisher that can be used to get a stream of data.
-