Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAuthFactorsResponse
-
Packages that use GetUserAuthFactorsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of GetUserAuthFactorsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetUserAuthFactorsResponse Modifier and Type Method Description default GetUserAuthFactorsResponseCognitoIdentityProviderClient. getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest)Lists the authentication options for the currently signed-in user.default GetUserAuthFactorsResponseCognitoIdentityProviderClient. getUserAuthFactors(GetUserAuthFactorsRequest getUserAuthFactorsRequest)Lists the authentication options for the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetUserAuthFactorsResponse Modifier and Type Method Description default CompletableFuture<GetUserAuthFactorsResponse>CognitoIdentityProviderAsyncClient. getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest)Lists the authentication options for the currently signed-in user.default CompletableFuture<GetUserAuthFactorsResponse>CognitoIdentityProviderAsyncClient. getUserAuthFactors(GetUserAuthFactorsRequest getUserAuthFactorsRequest)Lists the authentication options for the currently signed-in user.
-