Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAuthFactorsRequest.Builder
Packages that use GetUserAuthFactorsRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetUserAuthFactorsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetUserAuthFactorsRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.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.BuilderModifier and TypeMethodDescriptionGetUserAuthFactorsRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.GetUserAuthFactorsRequest.builder()GetUserAuthFactorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetUserAuthFactorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetUserAuthFactorsRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetUserAuthFactorsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUserAuthFactorsRequest.Builder>GetUserAuthFactorsRequest.serializableBuilderClass()