Uses of Class
software.amazon.awssdk.services.ssoadmin.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications.software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSsoAdminClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that are attached to a specified resource.default ListTagsForResourceResponseSsoAdminClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that are attached to a specified resource.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SsoAdminAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that are attached to a specified resource.default CompletableFuture<ListTagsForResourceResponse>SsoAdminAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that are attached to a specified resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.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.ssoadmin.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-