Uses of Class
software.amazon.awssdk.services.appintegrations.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAppIntegrationsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseAppIntegrationsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppIntegrationsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default CompletableFuture<UntagResourceResponse>AppIntegrationsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.
-