| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetRoleCredentialsResponse |
SsoClient.getRoleCredentials(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
default GetRoleCredentialsResponse |
SsoClient.getRoleCredentials(GetRoleCredentialsRequest getRoleCredentialsRequest)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
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.
|
default ListAccountRolesIterable |
SsoClient.listAccountRolesPaginator(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest)
Lists all roles that are assigned to the user for a given AWS account.
|
default ListAccountRolesIterable |
SsoClient.listAccountRolesPaginator(ListAccountRolesRequest listAccountRolesRequest)
Lists all roles that are assigned to the user for a given AWS account.
|
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.
|
default ListAccountsIterable |
SsoClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default ListAccountsIterable |
SsoClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists all AWS accounts assigned to the user.
|
default LogoutResponse |
SsoClient.logout(Consumer<LogoutRequest.Builder> logoutRequest)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
default LogoutResponse |
SsoClient.logout(LogoutRequest logoutRequest)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
Copyright © 2023. All rights reserved.