Uses of Class
com.amazonaws.services.identitymanagement.model.MFADevice
-
Packages that use MFADevice Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of MFADevice in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return MFADevice Modifier and Type Method Description MFADeviceMFADevice. clone()MFADeviceMFADevice. withEnableDate(Date enableDate)The date when the MFA device was enabled for the user.MFADeviceMFADevice. withSerialNumber(String serialNumber)The serial number that uniquely identifies the MFA device.MFADeviceMFADevice. 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 MFADevice Modifier and Type Method Description List<MFADevice>ListMFADevicesResult. getMFADevices()A list of MFA devices.Methods in com.amazonaws.services.identitymanagement.model with parameters of type MFADevice Modifier and Type Method Description ListMFADevicesResultListMFADevicesResult. withMFADevices(MFADevice... mFADevices)A list of MFA devices.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type MFADevice Modifier and Type Method Description voidListMFADevicesResult. setMFADevices(Collection<MFADevice> mFADevices)A list of MFA devices.ListMFADevicesResultListMFADevicesResult. withMFADevices(Collection<MFADevice> mFADevices)A list of MFA devices.
-