Uses of Class
software.amazon.awssdk.services.sso.model.ListAccountsRequest
-
Packages that use ListAccountsRequest 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 software.amazon.awssdk.services.sso.transform -
-
Uses of ListAccountsRequest in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso with parameters of type ListAccountsRequest Modifier and Type Method Description default CompletableFuture<ListAccountsResponse>SsoAsyncClient. listAccounts(ListAccountsRequest listAccountsRequest)Lists all AWS accounts assigned to the user.default ListAccountsResponseSsoClient. listAccounts(ListAccountsRequest listAccountsRequest)Lists all AWS accounts assigned to the user.default ListAccountsPublisherSsoAsyncClient. listAccountsPaginator(ListAccountsRequest listAccountsRequest)Lists all AWS accounts assigned to the user.default ListAccountsIterableSsoClient. listAccountsPaginator(ListAccountsRequest listAccountsRequest)Lists all AWS accounts assigned to the user. -
Uses of ListAccountsRequest in software.amazon.awssdk.services.sso.paginators
Constructors in software.amazon.awssdk.services.sso.paginators with parameters of type ListAccountsRequest Constructor Description ListAccountsIterable(SsoClient client, ListAccountsRequest firstRequest)ListAccountsPublisher(SsoAsyncClient client, ListAccountsRequest firstRequest) -
Uses of ListAccountsRequest in software.amazon.awssdk.services.sso.transform
Methods in software.amazon.awssdk.services.sso.transform with parameters of type ListAccountsRequest Modifier and Type Method Description SdkHttpFullRequestListAccountsRequestMarshaller. marshall(ListAccountsRequest listAccountsRequest)
-