Uses of Interface
software.amazon.awscdk.services.cognito.CfnUserPool.AdminCreateUserConfigProperty
-
Uses of CfnUserPool.AdminCreateUserConfigProperty in software.amazon.awscdk.services.cognito
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnUserPool.AdminCreateUserConfigProperty
Modifier and TypeMethodDescriptionCfnUserPool.AdminCreateUserConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnUserPool.Builder.adminCreateUserConfig
(CfnUserPool.AdminCreateUserConfigProperty adminCreateUserConfig) The settings for administrator creation of users in a user pool.CfnUserPoolProps.Builder.adminCreateUserConfig
(CfnUserPool.AdminCreateUserConfigProperty adminCreateUserConfig) Sets the value ofCfnUserPoolProps.getAdminCreateUserConfig()
void
CfnUserPool.setAdminCreateUserConfig
(CfnUserPool.AdminCreateUserConfigProperty value) The settings for administrator creation of users in a user pool.