Uses of Class
com.amazonaws.services.cognitoidp.model.AddCustomAttributesResult
-
Packages that use AddCustomAttributesResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of AddCustomAttributesResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return AddCustomAttributesResult Modifier and Type Method Description AddCustomAttributesResult
AbstractAWSCognitoIdentityProvider. addCustomAttributes(AddCustomAttributesRequest request)
AddCustomAttributesResult
AWSCognitoIdentityProvider. addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.AddCustomAttributesResult
AWSCognitoIdentityProviderClient. addCustomAttributes(AddCustomAttributesRequest addCustomAttributesRequest)
Adds additional user attributes to the user pool schema.Method parameters in com.amazonaws.services.cognitoidp with type arguments of type AddCustomAttributesResult Modifier and Type Method Description Future<AddCustomAttributesResult>
AbstractAWSCognitoIdentityProviderAsync. addCustomAttributesAsync(AddCustomAttributesRequest request, AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler)
Future<AddCustomAttributesResult>
AWSCognitoIdentityProviderAsync. addCustomAttributesAsync(AddCustomAttributesRequest addCustomAttributesRequest, AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler)
Adds additional user attributes to the user pool schema.Future<AddCustomAttributesResult>
AWSCognitoIdentityProviderAsyncClient. addCustomAttributesAsync(AddCustomAttributesRequest request, AsyncHandler<AddCustomAttributesRequest,AddCustomAttributesResult> asyncHandler)
-
Uses of AddCustomAttributesResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return AddCustomAttributesResult Modifier and Type Method Description AddCustomAttributesResult
AddCustomAttributesResult. clone()
-