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 VirtualMFADeviceVirtualMFADevice. clone()VirtualMFADeviceCreateVirtualMFADeviceResult. getVirtualMFADevice()A structure containing details about the new virtual MFA device.VirtualMFADeviceVirtualMFADevice. withBase32StringSeed(ByteBuffer base32StringSeed)The Base32 seed defined as specified in RFC3548.VirtualMFADeviceVirtualMFADevice. withEnableDate(Date enableDate)The date and time on which the virtual MFA device was enabled.VirtualMFADeviceVirtualMFADevice. withQRCodePNG(ByteBuffer qRCodePNG)A QR code PNG image that encodesotpauth://totp/$virtualMFADeviceName@$AccountName?VirtualMFADeviceVirtualMFADevice. withSerialNumber(String serialNumber)The serial number associated withVirtualMFADevice.VirtualMFADeviceVirtualMFADevice. 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 theAssignmentStatusvalue that was passed in the request.Methods in com.amazonaws.services.identitymanagement.model with parameters of type VirtualMFADevice Modifier and Type Method Description voidCreateVirtualMFADeviceResult. setVirtualMFADevice(VirtualMFADevice virtualMFADevice)A structure containing details about the new virtual MFA device.CreateVirtualMFADeviceResultCreateVirtualMFADeviceResult. withVirtualMFADevice(VirtualMFADevice virtualMFADevice)A structure containing details about the new virtual MFA device.ListVirtualMFADevicesResultListVirtualMFADevicesResult. withVirtualMFADevices(VirtualMFADevice... virtualMFADevices)The list of virtual MFA devices in the current account that match theAssignmentStatusvalue 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 voidListVirtualMFADevicesResult. setVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request.ListVirtualMFADevicesResultListVirtualMFADevicesResult. withVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request.
-