Uses of Class
com.amazonaws.services.identitymanagement.model.MFADevice
Packages that use MFADevice
-
Uses of MFADevice in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return MFADeviceModifier and TypeMethodDescriptionMFADevice.clone()
MFADevice.withEnableDate
(Date enableDate) The date when the MFA device was enabled for the user.MFADevice.withSerialNumber
(String serialNumber) The serial number that uniquely identifies the MFA device.MFADevice.withUserName
(String userName) The user with whom the MFA device is associated.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type MFADeviceMethods in com.amazonaws.services.identitymanagement.model with parameters of type MFADeviceModifier and TypeMethodDescriptionListMFADevicesResult.withMFADevices
(MFADevice... mFADevices) A list of MFA devices.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type MFADeviceModifier and TypeMethodDescriptionvoid
ListMFADevicesResult.setMFADevices
(Collection<MFADevice> mFADevices) A list of MFA devices.ListMFADevicesResult.withMFADevices
(Collection<MFADevice> mFADevices) A list of MFA devices.