Uses of Class
software.amazon.awssdk.services.appconfig.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAppConfigClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the resource.default ListTagsForResourceResponseAppConfigClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the resource.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AppConfigAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the resource.default CompletableFuture<ListTagsForResourceResponse>AppConfigAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the resource.
-