Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUserSettingsRequest.Builder
Packages that use SetUserSettingsRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SetUserSettingsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type SetUserSettingsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SetUserSettingsResponse>CognitoIdentityProviderAsyncClient.setUserSettings(Consumer<SetUserSettingsRequest.Builder> setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA.default SetUserSettingsResponseCognitoIdentityProviderClient.setUserSettings(Consumer<SetUserSettingsRequest.Builder> setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA. -
Uses of SetUserSettingsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SetUserSettingsRequest.BuilderModifier and TypeMethodDescriptionSetUserSettingsRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.SetUserSettingsRequest.builder()SetUserSettingsRequest.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.SetUserSettingsRequest.Builder.mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.SetUserSettingsRequest.Builder.mfaOptions(MFAOptionType... mfaOptions) You can use this parameter only to set an SMS configuration that uses SMS for delivery.SetUserSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetUserSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetUserSettingsRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SetUserSettingsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetUserSettingsRequest.Builder>SetUserSettingsRequest.serializableBuilderClass()