| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso |
AWS Single Sign-On Portal is a web service that makes it easy for you to assign user access to AWS SSO resources such
as the user 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 © 2020. All rights reserved.