| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountsResponse |
SsoClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default CompletableFuture<ListAccountsResponse> |
SsoAsyncClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default ListAccountsIterable |
SsoClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default ListAccountsPublisher |
SsoAsyncClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
| Constructor and Description |
|---|
ListAccountsIterable(SsoClient client,
ListAccountsRequest firstRequest) |
ListAccountsPublisher(SsoAsyncClient client,
ListAccountsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccountsRequestMarshaller.marshall(ListAccountsRequest listAccountsRequest) |
Copyright © 2023. All rights reserved.