Uses of Class
software.amazon.awssdk.services.sso.model.ListAccountsResponse
-
Packages that use ListAccountsResponse Package Description software.amazon.awssdk.services.sso 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.software.amazon.awssdk.services.sso.paginators -
-
Uses of ListAccountsResponse in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return ListAccountsResponse Modifier and Type Method Description default 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 ListAccountsResponse Modifier and Type Method Description default 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 ListAccountsResponse Modifier and Type Method Description Iterator<ListAccountsResponse>ListAccountsIterable. iterator()Method parameters in software.amazon.awssdk.services.sso.paginators with type arguments of type ListAccountsResponse Modifier and Type Method Description voidListAccountsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountsResponse> subscriber)
-