Uses of Class
software.amazon.awssdk.services.appconfig.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAppConfigClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes a tag key and value from an AppConfig resource.default UntagResourceResponseAppConfigClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes a tag key and value from an AppConfig resource.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppConfigAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes a tag key and value from an AppConfig resource.default CompletableFuture<UntagResourceResponse>AppConfigAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes a tag key and value from an AppConfig resource.
-