Uses of Class
com.amazonaws.services.identitymanagement.model.EnableMFADeviceRequest
Packages that use EnableMFADeviceRequest
Package
Description
-
Uses of EnableMFADeviceRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type EnableMFADeviceRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.enableMFADevice(EnableMFADeviceRequest request) AmazonIdentityManagement.enableMFADevice(EnableMFADeviceRequest enableMFADeviceRequest) Enables the specified MFA device and associates it with the specified IAM user.AmazonIdentityManagementClient.enableMFADevice(EnableMFADeviceRequest enableMFADeviceRequest) Enables the specified MFA device and associates it with the specified IAM user.AbstractAmazonIdentityManagementAsync.enableMFADeviceAsync(EnableMFADeviceRequest request) AbstractAmazonIdentityManagementAsync.enableMFADeviceAsync(EnableMFADeviceRequest request, AsyncHandler<EnableMFADeviceRequest, EnableMFADeviceResult> asyncHandler) AmazonIdentityManagementAsync.enableMFADeviceAsync(EnableMFADeviceRequest enableMFADeviceRequest) Enables the specified MFA device and associates it with the specified IAM user.AmazonIdentityManagementAsync.enableMFADeviceAsync(EnableMFADeviceRequest enableMFADeviceRequest, AsyncHandler<EnableMFADeviceRequest, EnableMFADeviceResult> asyncHandler) Enables the specified MFA device and associates it with the specified IAM user.AmazonIdentityManagementAsyncClient.enableMFADeviceAsync(EnableMFADeviceRequest request) AmazonIdentityManagementAsyncClient.enableMFADeviceAsync(EnableMFADeviceRequest request, AsyncHandler<EnableMFADeviceRequest, EnableMFADeviceResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type EnableMFADeviceRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.enableMFADeviceAsync(EnableMFADeviceRequest request, AsyncHandler<EnableMFADeviceRequest, EnableMFADeviceResult> asyncHandler) AmazonIdentityManagementAsync.enableMFADeviceAsync(EnableMFADeviceRequest enableMFADeviceRequest, AsyncHandler<EnableMFADeviceRequest, EnableMFADeviceResult> asyncHandler) Enables the specified MFA device and associates it with the specified IAM user.AmazonIdentityManagementAsyncClient.enableMFADeviceAsync(EnableMFADeviceRequest request, AsyncHandler<EnableMFADeviceRequest, EnableMFADeviceResult> asyncHandler) -
Uses of EnableMFADeviceRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return EnableMFADeviceRequestModifier and TypeMethodDescriptionEnableMFADeviceRequest.clone()EnableMFADeviceRequest.withAuthenticationCode1(String authenticationCode1) An authentication code emitted by the device.EnableMFADeviceRequest.withAuthenticationCode2(String authenticationCode2) A subsequent authentication code emitted by the device.EnableMFADeviceRequest.withSerialNumber(String serialNumber) The serial number that uniquely identifies the MFA device.EnableMFADeviceRequest.withUserName(String userName) The name of the IAM user for whom you want to enable the MFA device.