Uses of Class
software.amazon.awssdk.services.iam.model.ListRoleTagsRequest
-
Packages that use ListRoleTagsRequest 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 ListRoleTagsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListRoleTagsRequest Modifier and Type Method Description default CompletableFuture<ListRoleTagsResponse>IamAsyncClient. listRoleTags(ListRoleTagsRequest 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.default ListRoleTagsPublisherIamAsyncClient. listRoleTagsPaginator(ListRoleTagsRequest listRoleTagsRequest)Lists the tags that are attached to the specified role.default ListRoleTagsIterableIamClient. listRoleTagsPaginator(ListRoleTagsRequest listRoleTagsRequest)Lists the tags that are attached to the specified role. -
Uses of ListRoleTagsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListRoleTagsRequest Constructor Description ListRoleTagsIterable(IamClient client, ListRoleTagsRequest firstRequest)ListRoleTagsPublisher(IamAsyncClient client, ListRoleTagsRequest firstRequest) -
Uses of ListRoleTagsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListRoleTagsRequest Modifier and Type Method Description SdkHttpFullRequestListRoleTagsRequestMarshaller. marshall(ListRoleTagsRequest listRoleTagsRequest)
-