Uses of Class
com.amazonaws.services.cognitoidp.model.AddCustomAttributesRequest
Packages that use AddCustomAttributesRequest
-
Uses of AddCustomAttributesRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type AddCustomAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.addCustomAttributes
(AddCustomAttributesRequest request) AWSCognitoIdentityProvider.addCustomAttributes
(AddCustomAttributesRequest addCustomAttributesRequest) Adds additional user attributes to the user pool schema.AWSCognitoIdentityProviderClient.addCustomAttributes
(AddCustomAttributesRequest addCustomAttributesRequest) Adds additional user attributes to the user pool schema.AbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync
(AddCustomAttributesRequest request) AbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync
(AddCustomAttributesRequest request, AsyncHandler<AddCustomAttributesRequest, AddCustomAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.addCustomAttributesAsync
(AddCustomAttributesRequest addCustomAttributesRequest) Adds additional user attributes to the user pool schema.AWSCognitoIdentityProviderAsync.addCustomAttributesAsync
(AddCustomAttributesRequest addCustomAttributesRequest, AsyncHandler<AddCustomAttributesRequest, AddCustomAttributesResult> asyncHandler) Adds additional user attributes to the user pool schema.AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync
(AddCustomAttributesRequest request) AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync
(AddCustomAttributesRequest request, AsyncHandler<AddCustomAttributesRequest, AddCustomAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type AddCustomAttributesRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.addCustomAttributesAsync
(AddCustomAttributesRequest request, AsyncHandler<AddCustomAttributesRequest, AddCustomAttributesResult> asyncHandler) AWSCognitoIdentityProviderAsync.addCustomAttributesAsync
(AddCustomAttributesRequest addCustomAttributesRequest, AsyncHandler<AddCustomAttributesRequest, AddCustomAttributesResult> asyncHandler) Adds additional user attributes to the user pool schema.AWSCognitoIdentityProviderAsyncClient.addCustomAttributesAsync
(AddCustomAttributesRequest request, AsyncHandler<AddCustomAttributesRequest, AddCustomAttributesResult> asyncHandler) -
Uses of AddCustomAttributesRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return AddCustomAttributesRequestModifier and TypeMethodDescriptionAddCustomAttributesRequest.clone()
AddCustomAttributesRequest.withCustomAttributes
(SchemaAttributeType... customAttributes) An array of custom attributes, such as Mutable and Name.AddCustomAttributesRequest.withCustomAttributes
(Collection<SchemaAttributeType> customAttributes) An array of custom attributes, such as Mutable and Name.AddCustomAttributesRequest.withUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to add custom attributes.