Uses of Class
com.amazonaws.services.identitymanagement.model.VirtualMFADevice
Packages that use VirtualMFADevice
-
Uses of VirtualMFADevice in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return VirtualMFADeviceModifier and TypeMethodDescriptionVirtualMFADevice.clone()CreateVirtualMFADeviceResult.getVirtualMFADevice()A structure containing details about the new virtual MFA device.VirtualMFADevice.withBase32StringSeed(ByteBuffer base32StringSeed) The Base32 seed defined as specified in RFC3548.VirtualMFADevice.withEnableDate(Date enableDate) The date and time on which the virtual MFA device was enabled.VirtualMFADevice.withQRCodePNG(ByteBuffer qRCodePNG) A QR code PNG image that encodesotpauth://totp/$virtualMFADeviceName@$AccountName?VirtualMFADevice.withSerialNumber(String serialNumber) The serial number associated withVirtualMFADevice.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type VirtualMFADeviceModifier and TypeMethodDescriptionListVirtualMFADevicesResult.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 VirtualMFADeviceModifier and TypeMethodDescriptionvoidCreateVirtualMFADeviceResult.setVirtualMFADevice(VirtualMFADevice virtualMFADevice) A structure containing details about the new virtual MFA device.CreateVirtualMFADeviceResult.withVirtualMFADevice(VirtualMFADevice virtualMFADevice) A structure containing details about the new virtual MFA device.ListVirtualMFADevicesResult.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 VirtualMFADeviceModifier and TypeMethodDescriptionvoidListVirtualMFADevicesResult.setVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices) The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request.ListVirtualMFADevicesResult.withVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices) The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request.