Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListAccountAssignmentsForPrincipalResponse
-
Packages that use ListAccountAssignmentsForPrincipalResponse 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 -
-
Uses of ListAccountAssignmentsForPrincipalResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListAccountAssignmentsForPrincipalResponse Modifier and Type Method Description default ListAccountAssignmentsForPrincipalResponseSsoAdminClient. listAccountAssignmentsForPrincipal(Consumer<ListAccountAssignmentsForPrincipalRequest.Builder> 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.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type ListAccountAssignmentsForPrincipalResponse Modifier and Type Method Description default CompletableFuture<ListAccountAssignmentsForPrincipalResponse>SsoAdminAsyncClient. listAccountAssignmentsForPrincipal(Consumer<ListAccountAssignmentsForPrincipalRequest.Builder> listAccountAssignmentsForPrincipalRequest)Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.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. -
Uses of ListAccountAssignmentsForPrincipalResponse in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type ListAccountAssignmentsForPrincipalResponse Modifier and Type Method Description Iterator<ListAccountAssignmentsForPrincipalResponse>ListAccountAssignmentsForPrincipalIterable. iterator()Method parameters in software.amazon.awssdk.services.ssoadmin.paginators with type arguments of type ListAccountAssignmentsForPrincipalResponse Modifier and Type Method Description voidListAccountAssignmentsForPrincipalPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountAssignmentsForPrincipalResponse> subscriber)
-