Uses of Interface
software.amazon.awssdk.services.sso.SsoClient
-
Packages that use SsoClient 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.auth software.amazon.awssdk.services.sso.paginators -
-
Uses of SsoClient in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return SsoClient Modifier and Type Method Description static SsoClientSsoClient. create()Create aSsoClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SsoClient in software.amazon.awssdk.services.sso.auth
Methods in software.amazon.awssdk.services.sso.auth with parameters of type SsoClient Modifier and Type Method Description SsoCredentialsProvider.BuilderSsoCredentialsProvider.Builder. ssoClient(SsoClient ssoclient)Configure theSsoClientto use when calling SSO to update the session.SsoCredentialsProvider.BuilderSsoCredentialsProvider.BuilderImpl. ssoClient(SsoClient ssoClient) -
Uses of SsoClient in software.amazon.awssdk.services.sso.paginators
Constructors in software.amazon.awssdk.services.sso.paginators with parameters of type SsoClient Constructor Description ListAccountRolesIterable(SsoClient client, ListAccountRolesRequest firstRequest)ListAccountsIterable(SsoClient client, ListAccountsRequest firstRequest)
-