| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountsResponse |
SsoClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default ListAccountsResponse |
SsoClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountsResponse> |
ListAccountsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountsResponse> subscriber) |
Copyright © 2023. All rights reserved.