Uses of Interface
software.amazon.awssdk.services.sso.SsoBaseClientBuilder
-
Packages that use SsoBaseClientBuilder 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. -
-
Uses of SsoBaseClientBuilder in software.amazon.awssdk.services.sso
Classes in software.amazon.awssdk.services.sso with type parameters of type SsoBaseClientBuilder Modifier and Type Interface Description interfaceSsoBaseClientBuilder<B extends SsoBaseClientBuilder<B,C>,C>This includes configuration specific to SSO that is supported by bothSsoClientBuilderandSsoAsyncClientBuilder.Subinterfaces of SsoBaseClientBuilder in software.amazon.awssdk.services.sso Modifier and Type Interface Description interfaceSsoAsyncClientBuilderA builder for creating an instance ofSsoAsyncClient.interfaceSsoClientBuilderA builder for creating an instance ofSsoClient.
-