Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseServiceCatalogAppRegistryClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseServiceCatalogAppRegistryClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ServiceCatalogAppRegistryAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>ServiceCatalogAppRegistryAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-