| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
VirtualMFADevice |
CreateVirtualMfaDeviceResponse.virtualMFADevice()
A structure containing details about the new virtual MFA device.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMFADevice> |
ListVirtualMfaDevicesResponse.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 |
|---|---|
CreateVirtualMfaDeviceResponse.Builder |
CreateVirtualMfaDeviceResponse.Builder.virtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
|
ListVirtualMfaDevicesResponse.Builder |
ListVirtualMfaDevicesResponse.Builder.virtualMFADevices(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 |
|---|---|
ListVirtualMfaDevicesResponse.Builder |
ListVirtualMfaDevicesResponse.Builder.virtualMFADevices(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 |
|---|---|
SdkIterable<VirtualMFADevice> |
ListVirtualMFADevicesIterable.virtualMFADevices()
Returns an iterable to iterate through the paginated
ListVirtualMfaDevicesResponse.virtualMFADevices()
member. |
SdkPublisher<VirtualMFADevice> |
ListVirtualMFADevicesPublisher.virtualMFADevices()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.