Uses of Class
software.amazon.awssdk.services.iam.paginators.ListUserTagsIterable
-
Packages that use ListUserTagsIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListUserTagsIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListUserTagsIterable Modifier and Type Method Description default ListUserTagsIterableIamClient. listUserTagsPaginator(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)Lists the tags that are attached to the specified IAM user.default ListUserTagsIterableIamClient. listUserTagsPaginator(ListUserTagsRequest listUserTagsRequest)Lists the tags that are attached to the specified IAM user.
-