Uses of Class
software.amazon.awssdk.services.appconfig.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAppConfigClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns metadata to an AppConfig resource.default TagResourceResponseAppConfigClient. tagResource(TagResourceRequest tagResourceRequest)Assigns metadata to an AppConfig resource.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppConfigAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns metadata to an AppConfig resource.default CompletableFuture<TagResourceResponse>AppConfigAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns metadata to an AppConfig resource.
-