Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
VirtualMFADevice |
VirtualMFADevice.clone() |
VirtualMFADevice |
CreateVirtualMFADeviceResult.getVirtualMFADevice()
A structure containing details about the new virtual MFA device.
|
VirtualMFADevice |
VirtualMFADevice.withBase32StringSeed(ByteBuffer base32StringSeed)
The Base32 seed defined as specified in RFC3548.
|
VirtualMFADevice |
VirtualMFADevice.withEnableDate(Date enableDate)
The date and time on which the virtual MFA device was enabled.
|
VirtualMFADevice |
VirtualMFADevice.withQRCodePNG(ByteBuffer qRCodePNG)
A QR code PNG image that encodes
otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String
where $virtualMFADeviceName is one of the create call
arguments, AccountName is the user name if set (otherwise,
the account ID otherwise), and Base32String is the seed in
Base32 format. |
VirtualMFADevice |
VirtualMFADevice.withSerialNumber(String serialNumber)
The serial number associated with
VirtualMFADevice . |
VirtualMFADevice |
VirtualMFADevice.withUser(User user) |
Modifier and Type | Method and Description |
---|---|
List<VirtualMFADevice> |
ListVirtualMFADevicesResult.getVirtualMFADevices()
The list of virtual MFA devices in the current account that match the
AssignmentStatus value that was passed in the request. |
Modifier and Type | Method and Description |
---|---|
void |
CreateVirtualMFADeviceResult.setVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
|
CreateVirtualMFADeviceResult |
CreateVirtualMFADeviceResult.withVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(VirtualMFADevice... virtualMFADevices)
The list of virtual MFA devices in the current account that match the
AssignmentStatus value that was passed in the request. |
Modifier and Type | Method and Description |
---|---|
void |
ListVirtualMFADevicesResult.setVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)
The list of virtual MFA devices in the current account that match the
AssignmentStatus value that was passed in the request. |
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)
The list of virtual MFA devices in the current account that match the
AssignmentStatus value that was passed in the request. |
Copyright © 2018. All rights reserved.