Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUserSettingsResponse
Packages that use SetUserSettingsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SetUserSettingsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return SetUserSettingsResponseModifier and TypeMethodDescriptiondefault SetUserSettingsResponseCognitoIdentityProviderClient.setUserSettings(Consumer<SetUserSettingsRequest.Builder> setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA.default SetUserSettingsResponseCognitoIdentityProviderClient.setUserSettings(SetUserSettingsRequest setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type SetUserSettingsResponseModifier 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 CompletableFuture<SetUserSettingsResponse>CognitoIdentityProviderAsyncClient.setUserSettings(SetUserSettingsRequest setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA.