Uses of Class
com.amazonaws.services.cognitoidp.model.UpdateUserPoolResult
-
Packages that use UpdateUserPoolResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of UpdateUserPoolResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return UpdateUserPoolResult Modifier and Type Method Description UpdateUserPoolResult
AbstractAWSCognitoIdentityProvider. updateUserPool(UpdateUserPoolRequest request)
UpdateUserPoolResult
AWSCognitoIdentityProvider. updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.UpdateUserPoolResult
AWSCognitoIdentityProviderClient. updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type UpdateUserPoolResult Modifier and Type Method Description Future<UpdateUserPoolResult>
AbstractAWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest request)
Future<UpdateUserPoolResult>
AbstractAWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsyncClient. updateUserPoolAsync(UpdateUserPoolRequest request)
Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsyncClient. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Method parameters in com.amazonaws.services.cognitoidp with type arguments of type UpdateUserPoolResult Modifier and Type Method Description Future<UpdateUserPoolResult>
AbstractAWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsync. updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Updates the specified user pool with the specified attributes.Future<UpdateUserPoolResult>
AWSCognitoIdentityProviderAsyncClient. updateUserPoolAsync(UpdateUserPoolRequest request, AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
-
Uses of UpdateUserPoolResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UpdateUserPoolResult Modifier and Type Method Description UpdateUserPoolResult
UpdateUserPoolResult. clone()
-