Uses of Class
software.amazon.awssdk.services.iam.paginators.ListMFADeviceTagsIterable
-
Packages that use ListMFADeviceTagsIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListMFADeviceTagsIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListMFADeviceTagsIterable Modifier and Type Method Description default ListMFADeviceTagsIterableIamClient. listMFADeviceTagsPaginator(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.default ListMFADeviceTagsIterableIamClient. listMFADeviceTagsPaginator(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
-