Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GetApplicationAuthenticationMethodResponse
-
Packages that use GetApplicationAuthenticationMethodResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of GetApplicationAuthenticationMethodResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return GetApplicationAuthenticationMethodResponse Modifier and Type Method Description default GetApplicationAuthenticationMethodResponse
SsoAdminClient. getApplicationAuthenticationMethod(Consumer<GetApplicationAuthenticationMethodRequest.Builder> getApplicationAuthenticationMethodRequest)
Retrieves details about an authentication method used by an application.default GetApplicationAuthenticationMethodResponse
SsoAdminClient. getApplicationAuthenticationMethod(GetApplicationAuthenticationMethodRequest getApplicationAuthenticationMethodRequest)
Retrieves details about an authentication method used by an application.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type GetApplicationAuthenticationMethodResponse Modifier and Type Method Description default CompletableFuture<GetApplicationAuthenticationMethodResponse>
SsoAdminAsyncClient. getApplicationAuthenticationMethod(Consumer<GetApplicationAuthenticationMethodRequest.Builder> getApplicationAuthenticationMethodRequest)
Retrieves details about an authentication method used by an application.default CompletableFuture<GetApplicationAuthenticationMethodResponse>
SsoAdminAsyncClient. getApplicationAuthenticationMethod(GetApplicationAuthenticationMethodRequest getApplicationAuthenticationMethodRequest)
Retrieves details about an authentication method used by an application.
-