Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUserSettingsResponse
-
Packages that use SetUserSettingsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 SetUserSettingsResponse Modifier and Type Method Description default SetUserSettingsResponse
CognitoIdentityProviderClient. setUserSettings(Consumer<SetUserSettingsRequest.Builder> setUserSettingsRequest)
This action is no longer supported. You can use it to configure only SMS MFA.default SetUserSettingsResponse
CognitoIdentityProviderClient. 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 SetUserSettingsResponse Modifier and Type Method Description default 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.
-