Uses of Class
software.amazon.awssdk.services.iam.model.ListUserTagsResponse
-
Packages that use ListUserTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListUserTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListUserTagsResponse Modifier and Type Method Description default ListUserTagsResponseIamClient. listUserTags(Consumer<ListUserTagsRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListUserTagsResponse Modifier and Type Method Description default CompletableFuture<ListUserTagsResponse>IamAsyncClient. listUserTags(Consumer<ListUserTagsRequest.Builder> listUserTagsRequest)Lists the tags that are attached to the specified IAM user.default CompletableFuture<ListUserTagsResponse>IamAsyncClient. listUserTags(ListUserTagsRequest listUserTagsRequest)Lists the tags that are attached to the specified IAM user. -
Uses of ListUserTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListUserTagsResponse Modifier and Type Method Description Iterator<ListUserTagsResponse>ListUserTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListUserTagsResponse Modifier and Type Method Description voidListUserTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUserTagsResponse> subscriber)
-