Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolAddOnsType
Packages that use UserPoolAddOnsType
-
Uses of UserPoolAddOnsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolAddOnsTypeModifier and TypeMethodDescriptionfinal UserPoolAddOnsTypeCreateUserPoolRequest.userPoolAddOns()Contains settings for activation of threat protection, including the operating mode and additional authentication types.final UserPoolAddOnsTypeUpdateUserPoolRequest.userPoolAddOns()Contains settings for activation of threat protection, including the operating mode and additional authentication types.final UserPoolAddOnsTypeUserPoolType.userPoolAddOns()Contains settings for activation of threat protection, including the operating mode and additional authentication types.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolAddOnsTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.UpdateUserPoolRequest.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.UserPoolType.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.