Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
VirtualMFADevice |
CreateVirtualMFADeviceResult.getVirtualMFADevice()
A newly created virtual MFA device.
|
VirtualMFADevice |
VirtualMFADevice.withBase32StringSeed(ByteBuffer base32StringSeed)
The Base32 seed defined as specified in RFC3548.
|
VirtualMFADevice |
VirtualMFADevice.withEnableDate(Date enableDate)
Sets the value of the EnableDate property for this object.
|
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 (accountId
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)
The User data type contains information about a user.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualMFADevice> |
ListVirtualMFADevicesResult.getVirtualMFADevices()
Returns the value of the VirtualMFADevices property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVirtualMFADeviceResult.setVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A newly created virtual MFA device.
|
CreateVirtualMFADeviceResult |
CreateVirtualMFADeviceResult.withVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A newly created virtual MFA device.
|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(VirtualMFADevice... virtualMFADevices)
Sets the value of the VirtualMFADevices property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
ListVirtualMFADevicesResult.setVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)
Sets the value of the VirtualMFADevices property for this object.
|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)
Sets the value of the VirtualMFADevices property for this object.
|
Copyright © 2014. All rights reserved.