Uses of Class
software.amazon.awssdk.services.iam.paginators.ListRolePoliciesIterable
-
Packages that use ListRolePoliciesIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListRolePoliciesIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListRolePoliciesIterable Modifier and Type Method Description default ListRolePoliciesIterableIamClient. listRolePoliciesPaginator(Consumer<ListRolePoliciesRequest.Builder> listRolePoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM role.default ListRolePoliciesIterableIamClient. listRolePoliciesPaginator(ListRolePoliciesRequest listRolePoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM role.
-