| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountsResponse |
SsoClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default CompletableFuture<ListAccountsResponse> |
SsoAsyncClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default ListAccountsIterable |
SsoClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default ListAccountsPublisher |
SsoAsyncClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.accessToken(String accessToken)
The token issued by the
CreateToken API call. |
static ListAccountsRequest.Builder |
ListAccountsRequest.builder() |
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.maxResults(Integer maxResults)
This is the number of items clients can request per page.
|
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.nextToken(String nextToken)
(Optional) When requesting subsequent pages, this is the page token from the previous response output.
|
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountsRequest.Builder |
ListAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountsRequest.Builder |
ListAccountsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountsRequest.Builder> |
ListAccountsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.