Uses of Class
software.amazon.awssdk.services.organizations.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseOrganizationsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags that are attached to the specified resource.default ListTagsForResourceResponseOrganizationsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags that are attached to the specified resource.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OrganizationsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags that are attached to the specified resource.default CompletableFuture<ListTagsForResourceResponse>OrganizationsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags that are attached to the specified resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description Iterator<ListTagsForResourceResponse>ListTagsForResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-