Uses of Class
com.amazonaws.services.identitymanagement.model.VirtualMFADevice
-
Packages that use VirtualMFADevice Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of VirtualMFADevice in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return VirtualMFADevice Modifier and Type Method 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 encodesotpauth://totp/$virtualMFADeviceName@$AccountName?
VirtualMFADevice
VirtualMFADevice. withSerialNumber(String serialNumber)
The serial number associated withVirtualMFADevice
.VirtualMFADevice
VirtualMFADevice. withUser(User user)
Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type VirtualMFADevice Modifier and Type Method Description List<VirtualMFADevice>
ListVirtualMFADevicesResult. getVirtualMFADevices()
The list of virtual MFA devices in the current account that match theAssignmentStatus
value that was passed in the request.Methods in com.amazonaws.services.identitymanagement.model with parameters of type VirtualMFADevice Modifier and Type Method 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 theAssignmentStatus
value that was passed in the request.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type VirtualMFADevice Modifier and Type Method Description void
ListVirtualMFADevicesResult. setVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)
The list of virtual MFA devices in the current account that match theAssignmentStatus
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 theAssignmentStatus
value that was passed in the request.
-