| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagementClient.resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with AWS servers.
|
void |
AmazonIdentityManagement.resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with AWS servers.
|
Future<Void> |
AmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with AWS servers.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with AWS servers.
|
Future<Void> |
AmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest,
AsyncHandler<ResyncMFADeviceRequest,Void> asyncHandler)
Synchronizes the specified MFA device with AWS servers.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest,
AsyncHandler<ResyncMFADeviceRequest,Void> asyncHandler)
Synchronizes the specified MFA device with AWS servers.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest,
AsyncHandler<ResyncMFADeviceRequest,Void> asyncHandler)
Synchronizes the specified MFA device with AWS servers.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest,
AsyncHandler<ResyncMFADeviceRequest,Void> asyncHandler)
Synchronizes the specified MFA device with AWS servers.
|
| Modifier and Type | Method and Description |
|---|---|
ResyncMFADeviceRequest |
ResyncMFADeviceRequest.clone() |
ResyncMFADeviceRequest |
ResyncMFADeviceRequest.withAuthenticationCode1(String authenticationCode1)
An authentication code emitted by the device.
|
ResyncMFADeviceRequest |
ResyncMFADeviceRequest.withAuthenticationCode2(String authenticationCode2)
A subsequent authentication code emitted by the device.
|
ResyncMFADeviceRequest |
ResyncMFADeviceRequest.withSerialNumber(String serialNumber)
Serial number that uniquely identifies the MFA device.
|
ResyncMFADeviceRequest |
ResyncMFADeviceRequest.withUserName(String userName)
The name of the user whose MFA device you want to resynchronize.
|
Copyright © 2015. All rights reserved.