Uses of Class
software.amazon.awssdk.services.iam.model.ListUserTagsRequest
-
Packages that use ListUserTagsRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListUserTagsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListUserTagsRequest Modifier and Type Method Description default CompletableFuture<ListUserTagsResponse>IamAsyncClient. listUserTags(ListUserTagsRequest listUserTagsRequest)Lists the tags that are attached to the specified IAM user.default ListUserTagsResponseIamClient. listUserTags(ListUserTagsRequest listUserTagsRequest)Lists the tags that are attached to the specified IAM user.default ListUserTagsPublisherIamAsyncClient. listUserTagsPaginator(ListUserTagsRequest 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. -
Uses of ListUserTagsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListUserTagsRequest Constructor Description ListUserTagsIterable(IamClient client, ListUserTagsRequest firstRequest)ListUserTagsPublisher(IamAsyncClient client, ListUserTagsRequest firstRequest) -
Uses of ListUserTagsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListUserTagsRequest Modifier and Type Method Description SdkHttpFullRequestListUserTagsRequestMarshaller. marshall(ListUserTagsRequest listUserTagsRequest)
-