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 configuration for creating a new user profile.CfnUserPoolProps.Builder.adminCreateUserConfig
(CfnUserPool.AdminCreateUserConfigProperty adminCreateUserConfig) Sets the value ofCfnUserPoolProps.getAdminCreateUserConfig()
void
CfnUserPool.setAdminCreateUserConfig
(CfnUserPool.AdminCreateUserConfigProperty value) The configuration for creating a new user profile.