Uses of Class
software.amazon.awssdk.services.ssoadmin.paginators.ListAccountAssignmentsIterable
-
Packages that use ListAccountAssignmentsIterable Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of ListAccountAssignmentsIterable in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListAccountAssignmentsIterable Modifier and Type Method Description default ListAccountAssignmentsIterableSsoAdminClient. listAccountAssignmentsPaginator(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.default ListAccountAssignmentsIterableSsoAdminClient. listAccountAssignmentsPaginator(ListAccountAssignmentsRequest listAccountAssignmentsRequest)Lists the assignee of the specified Amazon Web Services account with the specified permission set.
-