Uses of Class
software.amazon.awssdk.services.iam.model.VirtualMFADevice
-
Packages that use VirtualMFADevice Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of VirtualMFADevice in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return VirtualMFADevice Modifier and Type Method Description VirtualMFADeviceCreateVirtualMfaDeviceResponse. virtualMFADevice()A structure containing details about the new virtual MFA device.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type VirtualMFADevice Modifier and Type Method Description List<VirtualMFADevice>ListVirtualMfaDevicesResponse. virtualMFADevices()The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request.Methods in software.amazon.awssdk.services.iam.model with parameters of type VirtualMFADevice Modifier and Type Method Description CreateVirtualMfaDeviceResponse.BuilderCreateVirtualMfaDeviceResponse.Builder. virtualMFADevice(VirtualMFADevice virtualMFADevice)A structure containing details about the new virtual MFA device.ListVirtualMfaDevicesResponse.BuilderListVirtualMfaDevicesResponse.Builder. virtualMFADevices(VirtualMFADevice... virtualMFADevices)The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type VirtualMFADevice Modifier and Type Method Description ListVirtualMfaDevicesResponse.BuilderListVirtualMfaDevicesResponse.Builder. virtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)The list of virtual MFA devices in the current account that match theAssignmentStatusvalue that was passed in the request. -
Uses of VirtualMFADevice in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type VirtualMFADevice Modifier and Type Method Description SdkIterable<VirtualMFADevice>ListVirtualMFADevicesIterable. virtualMFADevices()Returns an iterable to iterate through the paginatedListVirtualMfaDevicesResponse.virtualMFADevices()member.SdkPublisher<VirtualMFADevice>ListVirtualMFADevicesPublisher. virtualMFADevices()Returns a publisher that can be used to get a stream of data.
-