Uses of Class
software.amazon.awssdk.services.sso.model.SsoException
Packages that use SsoException
Package
Description
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.
-
Uses of SsoException in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that throw SsoExceptionModifier and TypeMethodDescriptiondefault GetRoleCredentialsResponseSsoClient.getRoleCredentials(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest) Returns the STS short-term credentials for a given role name that is assigned to the user.default GetRoleCredentialsResponseSsoClient.getRoleCredentials(GetRoleCredentialsRequest getRoleCredentialsRequest) Returns the STS short-term credentials for a given role name that is assigned to the user.default ListAccountRolesResponseSsoClient.listAccountRoles(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest) Lists all roles that are assigned to the user for a given AWS account.default ListAccountRolesResponseSsoClient.listAccountRoles(ListAccountRolesRequest listAccountRolesRequest) Lists all roles that are assigned to the user for a given AWS account.default ListAccountRolesIterableSsoClient.listAccountRolesPaginator(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest) This is a variant ofSsoClient.listAccountRoles(software.amazon.awssdk.services.sso.model.ListAccountRolesRequest)operation.default ListAccountRolesIterableSsoClient.listAccountRolesPaginator(ListAccountRolesRequest listAccountRolesRequest) This is a variant ofSsoClient.listAccountRoles(software.amazon.awssdk.services.sso.model.ListAccountRolesRequest)operation.default ListAccountsResponseSsoClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest) Lists all AWS accounts assigned to the user.default ListAccountsResponseSsoClient.listAccounts(ListAccountsRequest listAccountsRequest) Lists all AWS accounts assigned to the user.default ListAccountsIterableSsoClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest) This is a variant ofSsoClient.listAccounts(software.amazon.awssdk.services.sso.model.ListAccountsRequest)operation.default ListAccountsIterableSsoClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest) This is a variant ofSsoClient.listAccounts(software.amazon.awssdk.services.sso.model.ListAccountsRequest)operation.default LogoutResponseSsoClient.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 LogoutResponseSsoClient.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. -
Uses of SsoException in software.amazon.awssdk.services.sso.model
Subclasses of SsoException in software.amazon.awssdk.services.sso.modelModifier and TypeClassDescriptionfinal classIndicates that a problem occurred with the input to the request.final classThe specified resource doesn't exist.final classIndicates that the request is being made too frequently and is more than what the server can handle.final classIndicates that the request is not authorized.Methods in software.amazon.awssdk.services.sso.model that return SsoExceptionConstructors in software.amazon.awssdk.services.sso.model with parameters of type SsoException