Uses of Class
com.amazonaws.services.identitymanagement.model.ResyncMFADeviceRequest
-
Packages that use ResyncMFADeviceRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ResyncMFADeviceRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ResyncMFADeviceRequest Modifier and Type Method Description ResyncMFADeviceResult
AbstractAmazonIdentityManagement. resyncMFADevice(ResyncMFADeviceRequest request)
ResyncMFADeviceResult
AmazonIdentityManagement. resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.ResyncMFADeviceResult
AmazonIdentityManagementClient. resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.Future<ResyncMFADeviceResult>
AbstractAmazonIdentityManagementAsync. resyncMFADeviceAsync(ResyncMFADeviceRequest request)
Future<ResyncMFADeviceResult>
AbstractAmazonIdentityManagementAsync. resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest,ResyncMFADeviceResult> asyncHandler)
Future<ResyncMFADeviceResult>
AmazonIdentityManagementAsync. resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.Future<ResyncMFADeviceResult>
AmazonIdentityManagementAsync. resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest, AsyncHandler<ResyncMFADeviceRequest,ResyncMFADeviceResult> asyncHandler)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.Future<ResyncMFADeviceResult>
AmazonIdentityManagementAsyncClient. resyncMFADeviceAsync(ResyncMFADeviceRequest request)
Future<ResyncMFADeviceResult>
AmazonIdentityManagementAsyncClient. resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest,ResyncMFADeviceResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ResyncMFADeviceRequest Modifier and Type Method Description Future<ResyncMFADeviceResult>
AbstractAmazonIdentityManagementAsync. resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest,ResyncMFADeviceResult> asyncHandler)
Future<ResyncMFADeviceResult>
AmazonIdentityManagementAsync. resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest, AsyncHandler<ResyncMFADeviceRequest,ResyncMFADeviceResult> asyncHandler)
Synchronizes the specified MFA device with its IAM resource object on the AWS servers.Future<ResyncMFADeviceResult>
AmazonIdentityManagementAsyncClient. resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest,ResyncMFADeviceResult> asyncHandler)
-
Uses of ResyncMFADeviceRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ResyncMFADeviceRequest Modifier and Type Method 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.
-