Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolAddOnsType.Builder
Packages that use UserPoolAddOnsType.Builder
-
Uses of UserPoolAddOnsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolAddOnsType.BuilderModifier and TypeMethodDescriptiondefault UserPoolAddOnsType.BuilderUserPoolAddOnsType.Builder.advancedSecurityAdditionalFlows(Consumer<AdvancedSecurityAdditionalFlowsType.Builder> advancedSecurityAdditionalFlows) Threat protection configuration options for additional authentication types in your user pool, including custom authentication.UserPoolAddOnsType.Builder.advancedSecurityAdditionalFlows(AdvancedSecurityAdditionalFlowsType advancedSecurityAdditionalFlows) Threat protection configuration options for additional authentication types in your user pool, including custom authentication.UserPoolAddOnsType.Builder.advancedSecurityMode(String advancedSecurityMode) The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.UserPoolAddOnsType.Builder.advancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode) The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.static UserPoolAddOnsType.BuilderUserPoolAddOnsType.builder()UserPoolAddOnsType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolAddOnsType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UserPoolAddOnsType.Builder>UserPoolAddOnsType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserPoolAddOnsType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.default UserPoolType.BuilderUserPoolType.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.