Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentsForPrincipalRequest
-
Packages that use ListAccountAssignmentsForPrincipalRequest 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.software.amazon.awssdk.services.ssoadmin.paginators software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of ListAccountAssignmentsForPrincipalRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type ListAccountAssignmentsForPrincipalRequest Modifier and Type Method Description default CompletableFuture<ListAccountAssignmentsForPrincipalResponse>SsoAdminAsyncClient. listAccountAssignmentsForPrincipal(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.default ListAccountAssignmentsForPrincipalResponseSsoAdminClient. listAccountAssignmentsForPrincipal(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.default ListAccountAssignmentsForPrincipalPublisherSsoAdminAsyncClient. listAccountAssignmentsForPrincipalPaginator(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.default ListAccountAssignmentsForPrincipalIterableSsoAdminClient. listAccountAssignmentsForPrincipalPaginator(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to. -
Uses of ListAccountAssignmentsForPrincipalRequest in software.amazon.awssdk.services.ssoadmin.paginators
Constructors in software.amazon.awssdk.services.ssoadmin.paginators with parameters of type ListAccountAssignmentsForPrincipalRequest Constructor Description ListAccountAssignmentsForPrincipalIterable(SsoAdminClient client, ListAccountAssignmentsForPrincipalRequest firstRequest)ListAccountAssignmentsForPrincipalPublisher(SsoAdminAsyncClient client, ListAccountAssignmentsForPrincipalRequest firstRequest) -
Uses of ListAccountAssignmentsForPrincipalRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type ListAccountAssignmentsForPrincipalRequest Modifier and Type Method Description SdkHttpFullRequestListAccountAssignmentsForPrincipalRequestMarshaller. marshall(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)
-