Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GetApplicationAuthenticationMethodRequest
-
Packages that use GetApplicationAuthenticationMethodRequest Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources.software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of GetApplicationAuthenticationMethodRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type GetApplicationAuthenticationMethodRequest Modifier and Type Method Description default CompletableFuture<GetApplicationAuthenticationMethodResponse>
SsoAdminAsyncClient. getApplicationAuthenticationMethod(GetApplicationAuthenticationMethodRequest 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. -
Uses of GetApplicationAuthenticationMethodRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type GetApplicationAuthenticationMethodRequest Modifier and Type Method Description SdkHttpFullRequest
GetApplicationAuthenticationMethodRequestMarshaller. marshall(GetApplicationAuthenticationMethodRequest getApplicationAuthenticationMethodRequest)
-