Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MFADevice> |
ListMFADevicesResult.mFADevices
A list of MFA devices.
|
Modifier and Type | Method and Description |
---|---|
MFADevice |
MFADevice.clone() |
MFADevice |
MFADevice.withEnableDate(java.util.Date enableDate)
The date when the MFA device was enabled for the user.
|
MFADevice |
MFADevice.withSerialNumber(java.lang.String serialNumber)
The serial number that uniquely identifies the MFA device.
|
MFADevice |
MFADevice.withUserName(java.lang.String userName)
The user with whom the MFA device is associated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<MFADevice> mFADevices)
A list of MFA devices.
|
ListMFADevicesResult |
ListMFADevicesResult.withMFADevices(java.util.Collection<MFADevice> mFADevices)
A list of MFA devices.
|
Modifier and Type | Method and Description |
---|---|
MFADevice |
MFADeviceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |