Uses of Class
software.amazon.awssdk.services.appconfig.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments.software.amazon.awssdk.services.appconfig.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppConfigAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-