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 ResyncMFADeviceResultAbstractAmazonIdentityManagement. resyncMFADevice(ResyncMFADeviceRequest request)ResyncMFADeviceResultAmazonIdentityManagement. resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest)Synchronizes the specified MFA device with its IAM resource object on the AWS servers.ResyncMFADeviceResultAmazonIdentityManagementClient. 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 ResyncMFADeviceRequestResyncMFADeviceRequest. clone()ResyncMFADeviceRequestResyncMFADeviceRequest. withAuthenticationCode1(String authenticationCode1)An authentication code emitted by the device.ResyncMFADeviceRequestResyncMFADeviceRequest. withAuthenticationCode2(String authenticationCode2)A subsequent authentication code emitted by the device.ResyncMFADeviceRequestResyncMFADeviceRequest. withSerialNumber(String serialNumber)Serial number that uniquely identifies the MFA device.ResyncMFADeviceRequestResyncMFADeviceRequest. withUserName(String userName)The name of the user whose MFA device you want to resynchronize.
-