Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AddCustomAttributesRequest.Builder
Packages that use AddCustomAttributesRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AddCustomAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AddCustomAttributesRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest) Adds additional user attributes to the user pool schema.default AddCustomAttributesResponseCognitoIdentityProviderClient.addCustomAttributes(Consumer<AddCustomAttributesRequest.Builder> addCustomAttributesRequest) Adds additional user attributes to the user pool schema. -
Uses of AddCustomAttributesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AddCustomAttributesRequest.BuilderModifier and TypeMethodDescriptionAddCustomAttributesRequest.builder()AddCustomAttributesRequest.Builder.customAttributes(Collection<SchemaAttributeType> customAttributes) An array of custom attribute names and other properties.AddCustomAttributesRequest.Builder.customAttributes(Consumer<SchemaAttributeType.Builder>... customAttributes) An array of custom attribute names and other properties.AddCustomAttributesRequest.Builder.customAttributes(SchemaAttributeType... customAttributes) An array of custom attribute names and other properties.AddCustomAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AddCustomAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AddCustomAttributesRequest.toBuilder()AddCustomAttributesRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to add custom attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AddCustomAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AddCustomAttributesRequest.Builder>AddCustomAttributesRequest.serializableBuilderClass()