Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Method and Description |
---|---|
ChangePasswordResult |
AbstractAWSCognitoIdentityProvider.changePassword(ChangePasswordRequest request) |
ChangePasswordResult |
AWSCognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
ChangePasswordResult |
AWSCognitoIdentityProvider.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
java.util.concurrent.Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request) |
java.util.concurrent.Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request) |
java.util.concurrent.Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
java.util.concurrent.Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
java.util.concurrent.Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
java.util.concurrent.Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)
Changes the password for a specified user in a user pool.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ChangePasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
java.util.concurrent.Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsyncClient.changePasswordAsync(ChangePasswordRequest request,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler) |
java.util.concurrent.Future<ChangePasswordResult> |
AWSCognitoIdentityProviderAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,ChangePasswordResult> asyncHandler)
Changes the password for a specified user in a user pool.
|
Modifier and Type | Method and Description |
---|---|
ChangePasswordRequest |
ChangePasswordRequest.clone() |
ChangePasswordRequest |
ChangePasswordRequest.withAccessToken(java.lang.String accessToken)
The access token in the change password request.
|
ChangePasswordRequest |
ChangePasswordRequest.withPreviousPassword(java.lang.String previousPassword)
The old password in the change password request.
|
ChangePasswordRequest |
ChangePasswordRequest.withProposedPassword(java.lang.String proposedPassword)
The new password in the change password request.
|
Modifier and Type | Method and Description |
---|---|
Request<ChangePasswordRequest> |
ChangePasswordRequestMarshaller.marshall(ChangePasswordRequest changePasswordRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ChangePasswordRequest> |
ChangePasswordRequestMarshaller.marshall(ChangePasswordRequest changePasswordRequest) |