| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MFADevice |
MFADevice.clone() |
MFADevice |
MFADevice.withEnableDate(Date enableDate)
The date when the MFA device was enabled for the user.
|
MFADevice |
MFADevice.withSerialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device.
|
MFADevice |
MFADevice.withUserName(String userName)
The user with whom the MFA device is associated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MFADevice> |
ListMFADevicesResult.getMFADevices()
A list of MFA devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListMFADevicesResult |
ListMFADevicesResult.withMFADevices(MFADevice... mFADevices)
A list of MFA devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMFADevicesResult.setMFADevices(Collection<MFADevice> mFADevices)
A list of MFA devices.
|
ListMFADevicesResult |
ListMFADevicesResult.withMFADevices(Collection<MFADevice> mFADevices)
A list of MFA devices.
|
Copyright © 2020. All rights reserved.