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