Uses of Class
software.amazon.awssdk.services.appfabric.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAppFabricClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponseAppFabricClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppFabricAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default CompletableFuture<UntagResourceResponse>AppFabricAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.
-