Uses of Class
software.amazon.awssdk.services.sso.model.ListAccountsResponse
Packages that use ListAccountsResponse
Package
Description
AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to
assign user access to IAM Identity Center resources such as the AWS access portal.
-
Uses of ListAccountsResponse in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return ListAccountsResponseModifier and TypeMethodDescriptiondefault ListAccountsResponseSsoClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest) Lists all AWS accounts assigned to the user.default ListAccountsResponseSsoClient.listAccounts(ListAccountsRequest listAccountsRequest) Lists all AWS accounts assigned to the user.Methods in software.amazon.awssdk.services.sso that return types with arguments of type ListAccountsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListAccountsResponse>SsoAsyncClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest) Lists all AWS accounts assigned to the user.default CompletableFuture<ListAccountsResponse>SsoAsyncClient.listAccounts(ListAccountsRequest listAccountsRequest) Lists all AWS accounts assigned to the user. -
Uses of ListAccountsResponse in software.amazon.awssdk.services.sso.paginators
Methods in software.amazon.awssdk.services.sso.paginators that return types with arguments of type ListAccountsResponseMethod parameters in software.amazon.awssdk.services.sso.paginators with type arguments of type ListAccountsResponseModifier and TypeMethodDescriptionvoidListAccountsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountsResponse> subscriber)