Uses of Interface
software.amazon.awssdk.services.iam.model.ListRoleTagsRequest.Builder
-
Packages that use ListRoleTagsRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListRoleTagsRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListRoleTagsRequest.Builder 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 ListRoleTagsResponseIamClient. listRoleTags(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)Lists the tags that are attached to the specified role.default ListRoleTagsPublisherIamAsyncClient. listRoleTagsPaginator(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)Lists the tags that are attached to the specified role.default ListRoleTagsIterableIamClient. listRoleTagsPaginator(Consumer<ListRoleTagsRequest.Builder> listRoleTagsRequest)Lists the tags that are attached to the specified role. -
Uses of ListRoleTagsRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListRoleTagsRequest.Builder Modifier and Type Method Description static ListRoleTagsRequest.BuilderListRoleTagsRequest. builder()ListRoleTagsRequest.BuilderListRoleTagsRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListRoleTagsRequest.BuilderListRoleTagsRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListRoleTagsRequest.BuilderListRoleTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRoleTagsRequest.BuilderListRoleTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRoleTagsRequest.BuilderListRoleTagsRequest.Builder. roleName(String roleName)The name of the IAM role for which you want to see the list of tags.ListRoleTagsRequest.BuilderListRoleTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListRoleTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListRoleTagsRequest.Builder>ListRoleTagsRequest. serializableBuilderClass()
-