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