Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private VirtualMFADevice |
CreateVirtualMFADeviceResult.virtualMFADevice
A structure containing details about the new virtual MFA device.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VirtualMFADevice> |
ListVirtualMFADevicesResult.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 |
---|---|
VirtualMFADevice |
VirtualMFADevice.clone() |
VirtualMFADevice |
CreateVirtualMFADeviceResult.getVirtualMFADevice()
A structure containing details about the new virtual MFA device.
|
VirtualMFADevice |
VirtualMFADevice.withBase32StringSeed(java.nio.ByteBuffer base32StringSeed)
The Base32 seed defined as specified in RFC3548.
|
VirtualMFADevice |
VirtualMFADevice.withEnableDate(java.util.Date enableDate)
The date and time on which the virtual MFA device was enabled.
|
VirtualMFADevice |
VirtualMFADevice.withQRCodePNG(java.nio.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(java.lang.String serialNumber)
The serial number associated with
VirtualMFADevice . |
VirtualMFADevice |
VirtualMFADevice.withUser(User user) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.Collection<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 |
---|---|
VirtualMFADevice |
VirtualMFADeviceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |