Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAuthFactorsRequest.Builder
-
Packages that use GetUserAuthFactorsRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of GetUserAuthFactorsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetUserAuthFactorsRequest.Builder 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 GetUserAuthFactorsResponseCognitoIdentityProviderClient. getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest)Lists the authentication options for the currently signed-in user. -
Uses of GetUserAuthFactorsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetUserAuthFactorsRequest.Builder Modifier and Type Method Description GetUserAuthFactorsRequest.BuilderGetUserAuthFactorsRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose authentication factors you want to view.static GetUserAuthFactorsRequest.BuilderGetUserAuthFactorsRequest. builder()GetUserAuthFactorsRequest.BuilderGetUserAuthFactorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUserAuthFactorsRequest.BuilderGetUserAuthFactorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUserAuthFactorsRequest.BuilderGetUserAuthFactorsRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetUserAuthFactorsRequest.Builder Modifier and Type Method Description static Class<? extends GetUserAuthFactorsRequest.Builder>GetUserAuthFactorsRequest. serializableBuilderClass()
-