Uses of Class
com.amazonaws.services.identitymanagement.model.ResyncMFADeviceRequest
Packages that use ResyncMFADeviceRequest
Package
Description
-
Uses of ResyncMFADeviceRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ResyncMFADeviceRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.resyncMFADevice(ResyncMFADeviceRequest request) AmazonIdentityManagement.resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest) Synchronizes the specified MFA device with its IAM resource object on the AWS servers.AmazonIdentityManagementClient.resyncMFADevice(ResyncMFADeviceRequest resyncMFADeviceRequest) Synchronizes the specified MFA device with its IAM resource object on the AWS servers.AbstractAmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest request) AbstractAmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest, ResyncMFADeviceResult> asyncHandler) AmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest) Synchronizes the specified MFA device with its IAM resource object on the AWS servers.AmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest, AsyncHandler<ResyncMFADeviceRequest, ResyncMFADeviceResult> asyncHandler) Synchronizes the specified MFA device with its IAM resource object on the AWS servers.AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(ResyncMFADeviceRequest request) AmazonIdentityManagementAsyncClient.resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest, ResyncMFADeviceResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ResyncMFADeviceRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest request, AsyncHandler<ResyncMFADeviceRequest, ResyncMFADeviceResult> asyncHandler) AmazonIdentityManagementAsync.resyncMFADeviceAsync(ResyncMFADeviceRequest resyncMFADeviceRequest, AsyncHandler<ResyncMFADeviceRequest, ResyncMFADeviceResult> asyncHandler) Synchronizes the specified MFA device with its IAM resource object on the AWS servers.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 ResyncMFADeviceRequestModifier and TypeMethodDescriptionResyncMFADeviceRequest.clone()ResyncMFADeviceRequest.withAuthenticationCode1(String authenticationCode1) An authentication code emitted by the device.ResyncMFADeviceRequest.withAuthenticationCode2(String authenticationCode2) A subsequent authentication code emitted by the device.ResyncMFADeviceRequest.withSerialNumber(String serialNumber) Serial number that uniquely identifies the MFA device.ResyncMFADeviceRequest.withUserName(String userName) The name of the user whose MFA device you want to resynchronize.