|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResyncMFADeviceRequest | |
---|---|
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. |
Uses of ResyncMFADeviceRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type ResyncMFADeviceRequest | |
---|---|
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> |
AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(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,
AsyncHandler<ResyncMFADeviceRequest,Void> asyncHandler)
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. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ResyncMFADeviceRequest | |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest,
AsyncHandler<ResyncMFADeviceRequest,Void> asyncHandler)
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. |
Uses of ResyncMFADeviceRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return ResyncMFADeviceRequest | |
---|---|
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)
Name of the user whose MFA device you want to resynchronize. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |