Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminSetUserSettingsResponse
-
Packages that use AdminSetUserSettingsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminSetUserSettingsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminSetUserSettingsResponse Modifier and Type Method Description default AdminSetUserSettingsResponseCognitoIdentityProviderClient. adminSetUserSettings(Consumer<AdminSetUserSettingsRequest.Builder> adminSetUserSettingsRequest)This action is no longer supported. You can use it to configure only SMS MFA.default AdminSetUserSettingsResponseCognitoIdentityProviderClient. adminSetUserSettings(AdminSetUserSettingsRequest adminSetUserSettingsRequest)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 AdminSetUserSettingsResponse Modifier and Type Method Description default CompletableFuture<AdminSetUserSettingsResponse>CognitoIdentityProviderAsyncClient. adminSetUserSettings(Consumer<AdminSetUserSettingsRequest.Builder> adminSetUserSettingsRequest)This action is no longer supported. You can use it to configure only SMS MFA.default CompletableFuture<AdminSetUserSettingsResponse>CognitoIdentityProviderAsyncClient. adminSetUserSettings(AdminSetUserSettingsRequest adminSetUserSettingsRequest)This action is no longer supported. You can use it to configure only SMS MFA.
-