Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUserSettingsRequest
-
Packages that use SetUserSettingsRequest Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of SetUserSettingsRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type SetUserSettingsRequest Modifier and Type Method Description default CompletableFuture<SetUserSettingsResponse>CognitoIdentityProviderAsyncClient. setUserSettings(SetUserSettingsRequest 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. -
Uses of SetUserSettingsRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type SetUserSettingsRequest Modifier and Type Method Description SdkHttpFullRequestSetUserSettingsRequestMarshaller. marshall(SetUserSettingsRequest setUserSettingsRequest)
-