| 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 ListAccountRolesResponse |
SsoClient.listAccountRoles(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest)
Lists all roles that are assigned to the user for a given AWS account.
|
default ListAccountRolesResponse |
SsoClient.listAccountRoles(ListAccountRolesRequest listAccountRolesRequest)
Lists all roles that are assigned to the user for a given AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccountRolesResponse> |
SsoAsyncClient.listAccountRoles(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest)
Lists all roles that are assigned to the user for a given AWS account.
|
default CompletableFuture<ListAccountRolesResponse> |
SsoAsyncClient.listAccountRoles(ListAccountRolesRequest listAccountRolesRequest)
Lists all roles that are assigned to the user for a given AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountRolesResponse> |
ListAccountRolesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountRolesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountRolesResponse> subscriber) |
Copyright © 2023. All rights reserved.