Uses of Class
software.amazon.awssdk.services.iam.model.ListRoleTagsResponse
-
Packages that use ListRoleTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListRoleTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListRoleTagsResponse Modifier and Type Method Description default ListRoleTagsResponseIamClient. listRoleTags(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)Lists the tags that are attached to the specified role.default ListRoleTagsResponseIamClient. listRoleTags(ListRoleTagsRequest listRoleTagsRequest)Lists the tags that are attached to the specified role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListRoleTagsResponse Modifier and Type Method Description default CompletableFuture<ListRoleTagsResponse>IamAsyncClient. listRoleTags(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)Lists the tags that are attached to the specified role.default CompletableFuture<ListRoleTagsResponse>IamAsyncClient. listRoleTags(ListRoleTagsRequest listRoleTagsRequest)Lists the tags that are attached to the specified role. -
Uses of ListRoleTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListRoleTagsResponse Modifier and Type Method Description Iterator<ListRoleTagsResponse>ListRoleTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListRoleTagsResponse Modifier and Type Method Description voidListRoleTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRoleTagsResponse> subscriber)
-